From fcfecb1a759a02cdd47c7377422c4737ae3ab6c0 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 23 Jul 2025 13:23:01 -0400 Subject: [PATCH] [ci] Re-enable wasm and Windows ARM64 tests The issues that caused these tests to be set to bringup have both been resolved, and the tasks have been consistently green recently. See https://github.com/flutter/flutter/issues/170433 See https://github.com/flutter/flutter/issues/134083 Fixes https://github.com/flutter/flutter/issues/170434 --- .ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 13848dd8e50..f22cd9b83e8 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -250,9 +250,6 @@ targets: # Wasm unit tests in master - name: Linux_web web_dart_unit_test_wasm_shard_1 master - # Broken on master. See flutter/flutter#170433 and - # flutter/flutter#170434 - bringup: true recipe: packages/packages timeout: 60 properties: @@ -268,9 +265,6 @@ targets: } - name: Linux_web web_dart_unit_test_wasm_shard_2 master - # Broken on master. See flutter/flutter#170433 and - # flutter/flutter#170434 - bringup: true recipe: packages/packages timeout: 60 properties: @@ -1437,7 +1431,6 @@ targets: recipe: packages/packages presubmit: false timeout: 30 - bringup: true # https://github.com/flutter/flutter/issues/134083 properties: add_recipes_cq: "true" target_file: windows_build_all_packages.yaml @@ -1472,7 +1465,6 @@ targets: recipe: packages/packages presubmit: false timeout: 30 - bringup: true properties: target_file: windows_build_all_packages.yaml channel: stable