Skip to content

Commit a9f4366

Browse files
authored
Fix the flutter run -d linux tests (#120721)
* Fix the Linux run_debug_test_linux test * ? * Also do release * ??
1 parent a12e242 commit a9f4366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ targets:
702702
bringup: true
703703
timeout: 60
704704
properties:
705+
xvfb: "1"
705706
dependencies: >-
706707
[
707708
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
@@ -721,6 +722,7 @@ targets:
721722
recipe: devicelab/devicelab_drone
722723
timeout: 60
723724
properties:
725+
xvfb: "1"
724726
dependencies: >-
725727
[
726728
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},

0 commit comments

Comments
 (0)