Skip to content

Commit f582c0c

Browse files
authored
Add comments to .ci.yaml that were removed from recipes. (#129321)
Firebaselab recipe was cleaned up and comments removed. This is adding the still valid comments to the .ci.yaml file.
1 parent 3f90620 commit f582c0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ targets:
445445
"--device", "model=redfin,version=30",
446446
"--device", "model=griffin,version=24"
447447
]
448+
# TODO(flutter/flutter#123331): This device is flaking.
449+
# "--device", "model=Nexus6P,version=25",
448450
virtual_devices: >-
449451
[
450452
"--device", "model=Nexus5,version=21",
@@ -471,6 +473,8 @@ targets:
471473
"--device", "model=redfin,version=30",
472474
"--device", "model=griffin,version=24"
473475
]
476+
# TODO(flutter/flutter#123331): This device is flaking.
477+
# "--device", "model=Nexus6P,version=25",
474478
virtual_devices: >-
475479
[
476480
"--device", "model=Nexus5,version=21",
@@ -497,6 +501,8 @@ targets:
497501
"--device", "model=redfin,version=30",
498502
"--device", "model=griffin,version=24"
499503
]
504+
# TODO(flutter/flutter#123331): This device is flaking.
505+
# "--device", "model=Nexus6P,version=25",
500506
virtual_devices: >-
501507
[
502508
"--device", "model=Nexus5,version=21",

0 commit comments

Comments
 (0)