Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading