mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
b98b1e3ad4
commit
35f337ecb4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user