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
This commit is contained in:
godofredoc 2020-02-05 09:17:13 -08:00 committed by GitHub
parent 82c00c915c
commit 374b55cc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -505,7 +505,9 @@ tasks:
description: > description: >
Runs benchmarks from dev/benchmarks/microbenchmarks on iPhone 6. Runs benchmarks from dev/benchmarks/microbenchmarks on iPhone 6.
stage: devicelab_ios 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 timeout_in_minutes: 30
flutter_view_ios__start_up: flutter_view_ios__start_up: