Skip to content

Commit 2fdb7b0

Browse files
[ci] Re-enable wasm and Windows ARM64 tests (#9667)
The issues that caused these tests to be set to bringup have both been resolved, and the tasks have been consistently green recently. See flutter/flutter#170433 See flutter/flutter#134083 Fixes flutter/flutter#170434
1 parent 303e02c commit 2fdb7b0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@ targets:
250250
251251
# Wasm unit tests in master
252252
- name: Linux_web web_dart_unit_test_wasm_shard_1 master
253-
# Broken on master. See flutter/flutter#170433 and
254-
# flutter/flutter#170434
255-
bringup: true
256253
recipe: packages/packages
257254
timeout: 60
258255
properties:
@@ -268,9 +265,6 @@ targets:
268265
}
269266
270267
- name: Linux_web web_dart_unit_test_wasm_shard_2 master
271-
# Broken on master. See flutter/flutter#170433 and
272-
# flutter/flutter#170434
273-
bringup: true
274268
recipe: packages/packages
275269
timeout: 60
276270
properties:
@@ -1437,7 +1431,6 @@ targets:
14371431
recipe: packages/packages
14381432
presubmit: false
14391433
timeout: 30
1440-
bringup: true # https://github.com/flutter/flutter/issues/134083
14411434
properties:
14421435
add_recipes_cq: "true"
14431436
target_file: windows_build_all_packages.yaml
@@ -1472,7 +1465,6 @@ targets:
14721465
recipe: packages/packages
14731466
presubmit: false
14741467
timeout: 30
1475-
bringup: true
14761468
properties:
14771469
target_file: windows_build_all_packages.yaml
14781470
channel: stable

0 commit comments

Comments
 (0)