Skip to content

Commit 47d483d

Browse files
yusuf-googcamsim99
authored andcommitted
Add ignore_flakiness property to staging builds. (flutter#104102)
* Add ignore_flakiness property to staging builds. Bug:104100 * Update .ci.yaml
1 parent 7831f41 commit 47d483d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ platform_properties:
1818
]
1919
os: Ubuntu
2020
device_type: none
21+
ignore_flakiness: "true"
2122
linux:
2223
properties:
2324
dependencies: >-
@@ -2244,6 +2245,7 @@ targets:
22442245
recipe: flutter/flutter
22452246
timeout: 60
22462247
properties:
2248+
ignore_flakiness: "true"
22472249
tags: >
22482250
["framework","hostonly"]
22492251
validation: analyze
@@ -2255,6 +2257,7 @@ targets:
22552257
recipe: flutter/flutter_drone
22562258
timeout: 60
22572259
properties:
2260+
ignore_flakiness: "true"
22582261
dependencies: >-
22592262
[
22602263
{"dependency": "goldctl"},

0 commit comments

Comments
 (0)