Commit 9dfcc6ec authored by Yegor's avatar Yegor Committed by GitHub

Revert "temporarily mark iOS tests as flaky (#9314)" (#9333)

This reverts commit ff23a1eb.

Our iOS lab hardware is back to normal.
parent 20e83e3e
...@@ -157,7 +157,6 @@ tasks: ...@@ -157,7 +157,6 @@ tasks:
Runs a driver test on the Platform Channel sample app on iOS. Runs a driver test on the Platform Channel sample app on iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
complex_layout_scroll_perf_ios__timeline_summary: complex_layout_scroll_perf_ios__timeline_summary:
description: > description: >
...@@ -165,21 +164,18 @@ tasks: ...@@ -165,21 +164,18 @@ tasks:
iOS. iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
flutter_gallery_ios__start_up: flutter_gallery_ios__start_up:
description: > description: >
Measures the startup time of the Flutter Gallery app on iOS. Measures the startup time of the Flutter Gallery app on iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
complex_layout_ios__start_up: complex_layout_ios__start_up:
description: > description: >
Measures the startup time of the Complex Layout sample app on iOS. Measures the startup time of the Complex Layout sample app on iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
flutter_gallery_ios__transition_perf: flutter_gallery_ios__transition_perf:
description: > description: >
...@@ -187,14 +183,12 @@ tasks: ...@@ -187,14 +183,12 @@ tasks:
iOS. iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
basic_material_app_ios__size: basic_material_app_ios__size:
description: > description: >
Measures the IPA size of a basic material app. Measures the IPA size of a basic material app.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
microbenchmarks_ios: microbenchmarks_ios:
description: > description: >
...@@ -202,14 +196,12 @@ tasks: ...@@ -202,14 +196,12 @@ tasks:
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
timeout_in_minutes: 30 timeout_in_minutes: 30
flaky: true
flutter_view_ios__start_up: flutter_view_ios__start_up:
description: > description: >
Verifies that Flutter View can be used from an iOS project. Verifies that Flutter View can be used from an iOS project.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
# Tests running on Windows host # Tests running on Windows host
......
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