From 307d39d42e5e8ba50143b0167fea393c5d8c4e74 Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Fri, 4 Sep 2026 11:03:00 -0400 Subject: [PATCH] [web] Unpin Chrome125 for dart unit tests --- .ci.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index f24589b43c5c..fc968152f2cc 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