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)
This commit is contained in:
Matan Lurey 2025-05-19 17:50:19 -07:00 committed by GitHub
parent b98b1e3ad4
commit 35f337ecb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)