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:
Ian Hickson 2017-04-20 00:11:31 -07:00 committed by GitHub
parent 03c54abd5f
commit 96d8a2a3ad

View File

@ -107,6 +107,7 @@ tasks:
Android.
stage: devicelab
required_agent_capabilities: ["has-android-device"]
flaky: true
hot_mode_dev_cycle__benchmark:
description: >
@ -212,9 +213,11 @@ tasks:
Gallery on Windows.
stage: devicelab_win
required_agent_capabilities: ["windows"]
flaky: true
hot_mode_dev_cycle_win__benchmark:
description: >
Measures the performance of Dart VM hot patching feature on Windows.
stage: devicelab_win
required_agent_capabilities: ["windows"]
flaky: true