Unverified Commit 43e7c559 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

disable low value windows tests (#39626)

parent 7bc4074f
...@@ -76,12 +76,13 @@ tasks: ...@@ -76,12 +76,13 @@ tasks:
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows/android"] required_agent_capabilities: ["windows/android"]
codegen_integration_win: # TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597
description: > # codegen_integration_win:
Runs codegeneration and verifies that it can execute # description: >
correctly. # Runs codegeneration and verifies that it can execute
stage: devicelab_win # correctly.
required_agent_capabilities: ["windows/android"] # stage: devicelab_win
# required_agent_capabilities: ["windows/android"]
codegen_integration_mac: codegen_integration_mac:
description: > description: >
...@@ -127,12 +128,13 @@ tasks: ...@@ -127,12 +128,13 @@ tasks:
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows/android"] required_agent_capabilities: ["windows/android"]
windows_chrome_dev_mode: # TODO(jonahwilliams): re-enable with https://github.com/flutter/flutter/issues/39597
description: > # windows_chrome_dev_mode:
Run flutter web on the devicelab and hot restart. # description: >
stage: devicelab_win # Run flutter web on the devicelab and hot restart.
required_agent_capabilities: ["windows/android"] # stage: devicelab_win
flaky: true # required_agent_capabilities: ["windows/android"]
# flaky: true
# Android on-device tests # Android 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