From 35f337ecb46fee0fb9069767bbee4dce2e75a430 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Mon, 19 May 2025 17:50:19 -0700 Subject: [PATCH] Skip running `Linux fuchsia_test` on non-master channel. (#169106) We already don't build engine artifacts, so it's a matter of time until this stopped working. Towards https://github.com/flutter/flutter/issues/169101. (Need to CP this into 3.32 and 3.33) --- engine/src/flutter/.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index f19df23a320..06a3a6f0ac2 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -163,6 +163,9 @@ targets: - name: Linux linux_fuchsia_tests recipe: engine_v2/engine_v2 timeout: 90 + enabled_branches: + # Don't run this on release branches + - master properties: config_name: linux_fuchsia_tests # Do not remove(https://github.com/flutter/flutter/issues/144644)