From 7a9dd709c6235153dd7500da65fb30dfbe76e560 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 18 Jul 2018 11:11:39 -0700 Subject: [PATCH] mark flaky benchmarks as flaky (#19492) --- dev/devicelab/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 63ed3ac719a..74c7c8d94a0 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -462,12 +462,14 @@ tasks: Measures memory usage after repeated navigation in Gallery. stage: devicelab required_agent_capabilities: ["linux/android"] + flaky: true flutter_gallery__back_button_memory: description: > Measures memory usage after Android app suspend and resume. stage: devicelab required_agent_capabilities: ["linux/android"] + flaky: true analyzer_benchmark: description: >