Commit 465929f7 authored by Danny Tuppeny's avatar Danny Tuppeny

Remove flaky flag from all tests that are green for the whole dashboard

Plus run_machine_concurrent_hot_reload which isn't all green, but is
green since the fix was pushed.
parent 658f9e6c
...@@ -205,7 +205,6 @@ tasks: ...@@ -205,7 +205,6 @@ tasks:
Runs tests of concurrent hot reload commands via flutter run --machine. Runs tests of concurrent hot reload commands via flutter run --machine.
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] required_agent_capabilities: ["mac/android"]
flaky: true
service_extensions_test: service_extensions_test:
description: > description: >
...@@ -295,21 +294,18 @@ tasks: ...@@ -295,21 +294,18 @@ tasks:
iOS. iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
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: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
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: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
flaky: true
flutter_gallery_ios__transition_perf: flutter_gallery_ios__transition_perf:
description: > description: >
...@@ -324,14 +320,12 @@ tasks: ...@@ -324,14 +320,12 @@ tasks:
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
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: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
flaky: true
integration_ui_ios: integration_ui_ios:
description: > description: >
......
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