Skip to content

Commit

Permalink
mark windows and macos chrome dev mode as flaky (flutter#35495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored and darrenaustin committed Jul 3, 2019
1 parent b6b310b commit 090c0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/devicelab/manifest.yaml
Expand Up @@ -130,6 +130,7 @@ tasks:
Run flutter web on the devicelab and hot restart.
stage: devicelab_win
required_agent_capabilities: ["windows/android"]
flaky: true

# Android on-device tests

Expand Down Expand Up @@ -458,6 +459,7 @@ tasks:
Run flutter web on the devicelab and hot restart.
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
flaky: true

# Tests running on Windows host

Expand Down

0 comments on commit 090c0c7

Please sign in to comment.