Skip to content

Commit 28e1717

Browse files
authored
Mark module_test_ios tests unflaky (#125498)
[Dart workaround](https://dart-review.googlesource.com/c/sdk/+/297821 ) to prevent the flake has rolled into the framework. Mark the tests unflaky so we can detect if it happens again when a fix for the underlying issue lands. flutter/flutter#125425 (comment) Reverts flutter/flutter#125426
1 parent ea179fe commit 28e1717

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,6 @@ targets:
29422942

29432943
- name: Mac module_test_ios
29442944
recipe: devicelab/devicelab_drone
2945-
bringup: true # Flaky: https://github.com/flutter/flutter/issues/125425
29462945
timeout: 60
29472946
properties:
29482947
cpu: x86 # Codesigning fails on ARM https://github.com/flutter/flutter/issues/112033
@@ -2962,7 +2961,6 @@ targets:
29622961

29632962
- name: Mac_arm64_ios module_test_ios
29642963
recipe: devicelab/devicelab_drone
2965-
bringup: true # Flaky: https://github.com/flutter/flutter/issues/125425
29662964
presubmit: false
29672965
timeout: 60
29682966
properties:

0 commit comments

Comments
 (0)