From 374b55cc608bcc555713b37afa1ce8b089c4800c Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Wed, 5 Feb 2020 09:17:13 -0800 Subject: [PATCH] Run microbenchmarks_ios only on ios/12 testbeds. (#50134) This is to remove the flakiness associated with running those tests on ios/13 when they always fail. Context: https://github.com/flutter/flutter/issues/49635 --- dev/devicelab/manifest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 57b372ff458..a32f2a37869 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -505,7 +505,9 @@ tasks: description: > Runs benchmarks from dev/benchmarks/microbenchmarks on iPhone 6. stage: devicelab_ios - required_agent_capabilities: ["mac/ios"] + #TODO(godofredoc): Remove ios/12 capability once + # https://github.com/flutter/flutter/issues/49635 is fixed. + required_agent_capabilities: ["mac/ios", "ios/12"] timeout_in_minutes: 30 flutter_view_ios__start_up: