Unverified Commit 374b55cc authored by godofredoc's avatar godofredoc Committed by GitHub

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
parent 82c00c91
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment