Unverified Commit 28e17177 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

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.

https://github.com/flutter/flutter/issues/125425#issuecomment-1522142360

Reverts https://github.com/flutter/flutter/pull/125426
parent ea179fe0
...@@ -2942,7 +2942,6 @@ targets: ...@@ -2942,7 +2942,6 @@ targets:
- name: Mac module_test_ios - name: Mac module_test_ios
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true # Flaky: https://github.com/flutter/flutter/issues/125425
timeout: 60 timeout: 60
properties: properties:
cpu: x86 # Codesigning fails on ARM https://github.com/flutter/flutter/issues/112033 cpu: x86 # Codesigning fails on ARM https://github.com/flutter/flutter/issues/112033
...@@ -2962,7 +2961,6 @@ targets: ...@@ -2962,7 +2961,6 @@ targets:
- name: Mac_arm64_ios module_test_ios - name: Mac_arm64_ios module_test_ios
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true # Flaky: https://github.com/flutter/flutter/issues/125425
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment