temporarily mark iOS tests as flaky (#9314)
This commit is contained in:
parent
7ffa82aaf0
commit
ff23a1ebfe
@ -157,6 +157,7 @@ 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: >
|
||||||
@ -164,18 +165,21 @@ 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: >
|
||||||
@ -183,12 +187,14 @@ 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: >
|
||||||
@ -196,12 +202,14 @@ 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user