mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
mark windows and macos chrome dev mode as flaky (#35495)
This commit is contained in:
parent
f496595773
commit
6e705ea6a6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user