Commit 5ad06a50 authored by Yegor's avatar Yegor Committed by GitHub

re-enable devicelab tests that are no longer flaky (#9996)

parent 1e6c7eb9
...@@ -83,7 +83,6 @@ tasks: ...@@ -83,7 +83,6 @@ tasks:
Android. Android.
stage: devicelab stage: devicelab
required_agent_capabilities: ["has-android-device"] required_agent_capabilities: ["has-android-device"]
flaky: true
channels_integration_test: channels_integration_test:
description: > description: >
...@@ -115,7 +114,6 @@ tasks: ...@@ -115,7 +114,6 @@ tasks:
Android. Android.
stage: devicelab stage: devicelab
required_agent_capabilities: ["has-android-device"] required_agent_capabilities: ["has-android-device"]
flaky: true
hot_mode_dev_cycle__benchmark: hot_mode_dev_cycle__benchmark:
description: > description: >
...@@ -167,7 +165,6 @@ tasks: ...@@ -167,7 +165,6 @@ tasks:
Checks that platform channels work on iOS. Checks that platform channels work on iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
platform_channel_sample_test_ios: platform_channel_sample_test_ios:
description: > description: >
...@@ -231,7 +228,6 @@ tasks: ...@@ -231,7 +228,6 @@ tasks:
Checks that platform channels work when app is launched from Windows. Checks that platform channels work when app is launched from Windows.
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows"] required_agent_capabilities: ["windows"]
flaky: true
flutter_gallery_win__build: flutter_gallery_win__build:
description: > description: >
...@@ -239,11 +235,9 @@ tasks: ...@@ -239,11 +235,9 @@ tasks:
Gallery on Windows. Gallery on Windows.
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows"] required_agent_capabilities: ["windows"]
flaky: true
hot_mode_dev_cycle_win__benchmark: hot_mode_dev_cycle_win__benchmark:
description: > description: >
Measures the performance of Dart VM hot patching feature on Windows. Measures the performance of Dart VM hot patching feature on Windows.
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows"] required_agent_capabilities: ["windows"]
flaky: true
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