From f34409f08c70436d4549e33ff6507f609a11fe89 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 15 Feb 2023 07:48:16 -0800 Subject: [PATCH] Remove "bringup: true" from "Linux Fuchsia FEMU" The emulator flakes appear to have been addressed. There is a still a test flaking like here https://ci.chromium.org/ui/p/flutter/builders/staging/Linux%20Fuchsia%20FEMU/532/overview, but it is at a much lower rate, and from chat, I think it will soon be fixed by an upcoming Fuchsia SDK roll. --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 573bf395d992a..5c365eea5dc93 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -147,7 +147,6 @@ targets: - name: Linux Fuchsia FEMU recipe: engine/femu_test - bringup: true properties: add_recipes_cq: "true" build_fuchsia: "true"