Unverified Commit 440a9110 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Remove failing devicelab tests (#40155)

parent 7179b665
......@@ -327,14 +327,14 @@ tasks:
stage: devicelab
required_agent_capabilities: ["linux/android"]
flutter_gallery_instrumentation_test:
description: >
Same as flutter_gallery__transition_perf but uses Android instrumentation
framework, and therefore does not require a host computer to run. This
test can run on off-the-shelf infrastructures, such as Firebase Test Lab.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
# flutter_gallery_instrumentation_test:
# description: >
# Same as flutter_gallery__transition_perf but uses Android instrumentation
# framework, and therefore does not require a host computer to run. This
# test can run on off-the-shelf infrastructures, such as Firebase Test Lab.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# flaky: true
flutter_attach_test:
description: >
......@@ -524,12 +524,12 @@ tasks:
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
macos_chrome_dev_mode:
description: >
Run flutter web on the devicelab and hot restart.
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
flaky: true # marked as flaky while infra is under heavy development
# macos_chrome_dev_mode:
# description: >
# Run flutter web on the devicelab and hot restart.
# stage: devicelab_ios
# required_agent_capabilities: ["mac/ios"]
# flaky: true # marked as flaky while infra is under heavy development
build_benchmark_ios:
description: >
......@@ -587,11 +587,11 @@ tasks:
stage: devicelab_win
required_agent_capabilities: ["windows/android"]
run_without_leak_win:
description: >
Checks that `flutter run` does not leak dart.exe on Windows.
stage: devicelab_win
required_agent_capabilities: ["windows/android"]
# run_without_leak_win:
# description: >
# Checks that `flutter run` does not leak dart.exe on Windows.
# stage: devicelab_win
# required_agent_capabilities: ["windows/android"]
# Tests running on Linux hosts
......@@ -658,23 +658,23 @@ tasks:
stage: devicelab
required_agent_capabilities: ["linux/android"]
run_without_leak_linux:
description: >
Checks that `flutter run` does not leak dart on Linux.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
# run_without_leak_linux:
# description: >
# Checks that `flutter run` does not leak dart on Linux.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# flaky: true
run_without_leak_mac:
description: >
Checks that `flutter run` does not leak dart on macOS.
stage: devicelab
required_agent_capabilities: ["mac/android"]
flaky: true
# run_without_leak_mac:
# description: >
# Checks that `flutter run` does not leak dart on macOS.
# stage: devicelab
# required_agent_capabilities: ["mac/android"]
# flaky: true
android_splash_screen_integration_test:
description: >
Runs end-to-end test of Flutter's Android splash behavior.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
# android_splash_screen_integration_test:
# description: >
# Runs end-to-end test of Flutter's Android splash behavior.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# 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