mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove failing devicelab tests (#40155)
This commit is contained in:
parent
7179b6653d
commit
440a911034
@ -327,14 +327,14 @@ tasks:
|
|||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
|
|
||||||
flutter_gallery_instrumentation_test:
|
# flutter_gallery_instrumentation_test:
|
||||||
description: >
|
# description: >
|
||||||
Same as flutter_gallery__transition_perf but uses Android instrumentation
|
# Same as flutter_gallery__transition_perf but uses Android instrumentation
|
||||||
framework, and therefore does not require a host computer to run. This
|
# 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.
|
# test can run on off-the-shelf infrastructures, such as Firebase Test Lab.
|
||||||
stage: devicelab
|
# stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
# required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true
|
# flaky: true
|
||||||
|
|
||||||
flutter_attach_test:
|
flutter_attach_test:
|
||||||
description: >
|
description: >
|
||||||
@ -524,12 +524,12 @@ tasks:
|
|||||||
stage: devicelab_ios
|
stage: devicelab_ios
|
||||||
required_agent_capabilities: ["mac/ios"]
|
required_agent_capabilities: ["mac/ios"]
|
||||||
|
|
||||||
macos_chrome_dev_mode:
|
# macos_chrome_dev_mode:
|
||||||
description: >
|
# description: >
|
||||||
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
|
# flaky: true # marked as flaky while infra is under heavy development
|
||||||
|
|
||||||
build_benchmark_ios:
|
build_benchmark_ios:
|
||||||
description: >
|
description: >
|
||||||
@ -587,11 +587,11 @@ tasks:
|
|||||||
stage: devicelab_win
|
stage: devicelab_win
|
||||||
required_agent_capabilities: ["windows/android"]
|
required_agent_capabilities: ["windows/android"]
|
||||||
|
|
||||||
run_without_leak_win:
|
# run_without_leak_win:
|
||||||
description: >
|
# description: >
|
||||||
Checks that `flutter run` does not leak dart.exe on Windows.
|
# Checks that `flutter run` does not leak dart.exe on Windows.
|
||||||
stage: devicelab_win
|
# stage: devicelab_win
|
||||||
required_agent_capabilities: ["windows/android"]
|
# required_agent_capabilities: ["windows/android"]
|
||||||
|
|
||||||
# Tests running on Linux hosts
|
# Tests running on Linux hosts
|
||||||
|
|
||||||
@ -658,23 +658,23 @@ tasks:
|
|||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
required_agent_capabilities: ["linux/android"]
|
||||||
|
|
||||||
run_without_leak_linux:
|
# run_without_leak_linux:
|
||||||
description: >
|
# description: >
|
||||||
Checks that `flutter run` does not leak dart on Linux.
|
# Checks that `flutter run` does not leak dart on Linux.
|
||||||
stage: devicelab
|
# stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
# required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true
|
# flaky: true
|
||||||
|
|
||||||
run_without_leak_mac:
|
# run_without_leak_mac:
|
||||||
description: >
|
# description: >
|
||||||
Checks that `flutter run` does not leak dart on macOS.
|
# Checks that `flutter run` does not leak dart on macOS.
|
||||||
stage: devicelab
|
# stage: devicelab
|
||||||
required_agent_capabilities: ["mac/android"]
|
# required_agent_capabilities: ["mac/android"]
|
||||||
flaky: true
|
# flaky: true
|
||||||
|
|
||||||
android_splash_screen_integration_test:
|
# android_splash_screen_integration_test:
|
||||||
description: >
|
# description: >
|
||||||
Runs end-to-end test of Flutter's Android splash behavior.
|
# Runs end-to-end test of Flutter's Android splash behavior.
|
||||||
stage: devicelab
|
# stage: devicelab
|
||||||
required_agent_capabilities: ["linux/android"]
|
# required_agent_capabilities: ["linux/android"]
|
||||||
flaky: true
|
# flaky: true
|
||||||
|
Loading…
Reference in New Issue
Block a user