Unverified Commit b80e6bba authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

re-enable some linux devicelab tests (#42971)

parent f53b32eb
...@@ -91,21 +91,19 @@ tasks: ...@@ -91,21 +91,19 @@ tasks:
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["mac/ios"] required_agent_capabilities: ["mac/ios"]
# TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597 codegen_integration_linux:
# codegen_integration_linux: description: >
# description: > Runs codegeneration and verifies that it can execute
# Runs codegeneration and verifies that it can execute correctly.
# correctly. stage: devicelab
# stage: devicelab required_agent_capabilities: ["linux/android"]
# required_agent_capabilities: ["linux/android"]
# TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597 uncaught_image_error_linux:
# uncaught_image_error_linux: description: >
# description: > Ensures that an error thrown into the zone can be caught by the ImageStream
# Ensures that an error thrown into the zone can be caught by the ImageStream completer
# completer stage: devicelab
# stage: devicelab required_agent_capabilities: ["linux/android"]
# required_agent_capabilities: ["linux/android"]
flutter_gallery_android__compile: flutter_gallery_android__compile:
description: > description: >
...@@ -356,12 +354,11 @@ tasks: ...@@ -356,12 +354,11 @@ tasks:
# required_agent_capabilities: ["linux/android"] # required_agent_capabilities: ["linux/android"]
# flaky: true # flaky: true
# TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597 web_size__compile_test:
# web_size__compile_test: description: >
# description: > Measures the size of a dart2js bundle.
# Measures the size of a dart2js bundle. stage: devicelab
# stage: devicelab required_agent_capabilities: ["linux/android"]
# required_agent_capabilities: ["linux/android"]
image_list_reported_duration: image_list_reported_duration:
description: > description: >
...@@ -375,12 +372,11 @@ tasks: ...@@ -375,12 +372,11 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
# TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597 build_benchmark:
# build_benchmark: description: >
# description: > Measures APK build performance across config changes.
# Measures APK build performance across config changes. stage: devicelab
# stage: devicelab required_agent_capabilities: ["linux/android"]
# required_agent_capabilities: ["linux/android"]
# iOS on-device tests # iOS on-device tests
......
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