Unverified Commit 75932286 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Mark devicelab tests as no longer flaky (#51977)

parent db94472a
...@@ -131,7 +131,6 @@ tasks: ...@@ -131,7 +131,6 @@ tasks:
Run flutter web on the devicelab and hot restart. Run flutter web on the devicelab and hot restart.
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows/android"] required_agent_capabilities: ["windows/android"]
flaky: true
# Android on-device tests # Android on-device tests
...@@ -226,7 +225,6 @@ tasks: ...@@ -226,7 +225,6 @@ tasks:
Checks that `flutter run --release` does not crash. Checks that `flutter run --release` does not crash.
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] required_agent_capabilities: ["mac/android"]
flaky: true # https://github.com/flutter/flutter/issues/45416.
platform_interaction_test: platform_interaction_test:
description: > description: >
...@@ -329,7 +327,6 @@ tasks: ...@@ -329,7 +327,6 @@ tasks:
description: > description: >
Builds an obfuscated APK and verifies a dart identifier cannot be found Builds an obfuscated APK and verifies a dart identifier cannot be found
stage: devicelab stage: devicelab
flaky: true
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
complex_layout_semantics_perf: complex_layout_semantics_perf:
...@@ -407,7 +404,6 @@ tasks: ...@@ -407,7 +404,6 @@ tasks:
description: > description: >
Builds an obfuscated app and verifies contents and structure Builds an obfuscated app and verifies contents and structure
stage: devicelab stage: devicelab
flaky: true
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
tiles_scroll_perf_ios__timeline_summary: tiles_scroll_perf_ios__timeline_summary:
...@@ -573,7 +569,6 @@ tasks: ...@@ -573,7 +569,6 @@ tasks:
Run flutter web on the devicelab and hot restart. Run flutter web on the devicelab and hot restart.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
flaky: true # marked as flaky while infra is under heavy development
build_benchmark_ios: build_benchmark_ios:
description: > description: >
...@@ -727,7 +722,6 @@ tasks: ...@@ -727,7 +722,6 @@ tasks:
placeholder. placeholder.
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
flaky: true
analyzer_benchmark: analyzer_benchmark:
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