From 8d58c99e379ba155f25788a00ad75a24c9815e7c Mon Sep 17 00:00:00 2001 From: Tong Wu <6259181+digiter@users.noreply.github.com> Date: Fri, 31 Jul 2020 09:41:03 -0700 Subject: [PATCH] [devicelab] Mark flutter_gallery_ios32__start_up as flaky. (#62646) The test device is causing failure of this test, we will need a couple days to physically access the device and fix the issue. So mark it as flaky to unblock the tree. Bug: https://github.com/flutter/flutter/issues/62633 --- dev/devicelab/manifest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 9e41fc6e952..1a6ff7e8c6d 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -493,6 +493,7 @@ tasks: Measures the startup time of the Flutter Gallery app on 32-bit iOS (iPhone 4S). stage: devicelab_ios required_agent_capabilities: ["mac/ios32"] + flaky: true # https://github.com/flutter/flutter/issues/62633 flutter_gallery_ios32__transition_perf: description: >