From b21160d31fcdd372612b52202c42326ed434d7cb Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 15 Mar 2023 12:35:30 -0700 Subject: [PATCH] Move Fuchsia FEMU to bringup due to flakes For https://github.com/flutter/flutter/issues/122743 --- .ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index a5b268a98c9a0..b9a5ceee732fc 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -156,6 +156,7 @@ targets: emulator_arch: "x64" enable_cso: "true" timeout: 60 + bringup: true - name: Linux Fuchsia arm64 FEMU recipe: engine/femu_test @@ -168,6 +169,7 @@ targets: emulator_arch: "arm64" enable_cso: "true" timeout: 60 + bringup: true - name: Linux Framework Smoke Tests recipe: engine/framework_smoke