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

Re-enable chrome dev mode tests (#43691)

parent 2637a6cb
...@@ -126,13 +126,12 @@ tasks: ...@@ -126,13 +126,12 @@ tasks:
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows/android"] required_agent_capabilities: ["windows/android"]
# TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597 windows_chrome_dev_mode:
# windows_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_win
# stage: devicelab_win required_agent_capabilities: ["windows/android"]
# required_agent_capabilities: ["windows/android"] flaky: true
# flaky: true
# Android on-device tests # Android on-device tests
...@@ -346,13 +345,12 @@ tasks: ...@@ -346,13 +345,12 @@ 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 linux_chrome_dev_mode:
# linux_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
# stage: devicelab required_agent_capabilities: ["linux/android"]
# required_agent_capabilities: ["linux/android"] flaky: true
# flaky: true
web_size__compile_test: web_size__compile_test:
description: > description: >
...@@ -519,12 +517,12 @@ tasks: ...@@ -519,12 +517,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: >
......
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