Mark some tests as flaky (#9489)
These tests have recently been turning the build red incorrectly. Until they are reliable, let's mark them flaky.
This commit is contained in:
parent
03c54abd5f
commit
96d8a2a3ad
@ -107,6 +107,7 @@ tasks:
|
|||||||
Android.
|
Android.
|
||||||
stage: devicelab
|
stage: devicelab
|
||||||
required_agent_capabilities: ["has-android-device"]
|
required_agent_capabilities: ["has-android-device"]
|
||||||
|
flaky: true
|
||||||
|
|
||||||
hot_mode_dev_cycle__benchmark:
|
hot_mode_dev_cycle__benchmark:
|
||||||
description: >
|
description: >
|
||||||
@ -212,9 +213,11 @@ tasks:
|
|||||||
Gallery on Windows.
|
Gallery on Windows.
|
||||||
stage: devicelab_win
|
stage: devicelab_win
|
||||||
required_agent_capabilities: ["windows"]
|
required_agent_capabilities: ["windows"]
|
||||||
|
flaky: true
|
||||||
|
|
||||||
hot_mode_dev_cycle_win__benchmark:
|
hot_mode_dev_cycle_win__benchmark:
|
||||||
description: >
|
description: >
|
||||||
Measures the performance of Dart VM hot patching feature on Windows.
|
Measures the performance of Dart VM hot patching feature on Windows.
|
||||||
stage: devicelab_win
|
stage: devicelab_win
|
||||||
required_agent_capabilities: ["windows"]
|
required_agent_capabilities: ["windows"]
|
||||||
|
flaky: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user