From 7ecef3aa272e362f9f56dd34e386fd208e2b9f53 Mon Sep 17 00:00:00 2001 From: liyuqian Date: Mon, 17 Dec 2018 15:56:26 -0800 Subject: [PATCH] Mark flaky tests as such (#25482) See https://github.com/flutter/flutter/issues/25481 --- dev/devicelab/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 17567926f9..649df48faf 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -481,6 +481,7 @@ tasks: Android. stage: devicelab required_agent_capabilities: ["linux/android"] + flaky: true # https://github.com/flutter/flutter/issues/25481 flutter_gallery__transition_perf_with_semantics: description: > @@ -488,6 +489,7 @@ tasks: with semantics enabled. stage: devicelab required_agent_capabilities: ["linux/android"] + flaky: true # https://github.com/flutter/flutter/issues/25481 flutter_gallery__memory_nav: description: >