From 2f937703e4e5deaf26992e002b2ed212ee9e4567 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Mon, 24 Aug 2020 12:08:58 -0700 Subject: [PATCH] [devicelab] disable image list duration tests (#64486) --- dev/devicelab/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 7adbddcdb7e..ce5ab3b620f 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -441,12 +441,14 @@ tasks: Measures image loading performance on release (aot) build. stage: devicelab required_agent_capabilities: ["linux/android"] + flaky: true image_list_jit_reported_duration: description: > Measures image loading performance on debug (jit) build. stage: devicelab required_agent_capabilities: ["linux/android"] + flaky: true build_benchmark: description: >