diff --git a/.ci.yaml b/.ci.yaml index f24589b43c5..fc968152f2c 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -217,14 +217,6 @@ targets: channel: stable version_file: flutter_stable.version package_sharding: "--shardIndex 0 --shardCount 3" - # TODO(mdebbar): Upgrade to Chrome 145 once Flutter stable includes the - # upstream flutter_tools fixes for Chrome 145 (flutter/flutter#190155 and - # flutter/flutter#190584) which pass --disable-search-engine-choice-screen - # and --disable-background-timer-throttling; see https://github.com/flutter/flutter/issues/191299 - dependencies: >- - [ - {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"} - ] - name: Linux_web web_dart_unit_test_shard_2 stable recipe: packages/packages @@ -234,14 +226,6 @@ targets: channel: stable version_file: flutter_stable.version package_sharding: "--shardIndex 1 --shardCount 3" - # TODO(mdebbar): Upgrade to Chrome 145 once Flutter stable includes the - # upstream flutter_tools fixes for Chrome 145 (flutter/flutter#190155 and - # flutter/flutter#190584) which pass --disable-search-engine-choice-screen - # and --disable-background-timer-throttling; see https://github.com/flutter/flutter/issues/191299 - dependencies: >- - [ - {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"} - ] - name: Linux_web web_dart_unit_test_shard_3 stable recipe: packages/packages @@ -251,14 +235,6 @@ targets: channel: stable version_file: flutter_stable.version package_sharding: "--shardIndex 2 --shardCount 3" - # TODO(mdebbar): Upgrade to Chrome 145 once Flutter stable includes the - # upstream flutter_tools fixes for Chrome 145 (flutter/flutter#190155 and - # flutter/flutter#190584) which pass --disable-search-engine-choice-screen - # and --disable-background-timer-throttling; see https://github.com/flutter/flutter/issues/191299 - dependencies: >- - [ - {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"} - ] # Wasm unit tests in master # TODO(stuartmorgan): Switch to testing wasm on master and stable and non-wasm