aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/perf/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/perf/api.py')
-rw-r--r--infra/bots/recipe_modules/perf/api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/perf/api.py b/infra/bots/recipe_modules/perf/api.py
index bfa7417a14..41e438461c 100644
--- a/infra/bots/recipe_modules/perf/api.py
+++ b/infra/bots/recipe_modules/perf/api.py
@@ -43,7 +43,8 @@ def nanobench_flags(bot):
if 'NVIDIA_Shield' not in bot:
gl_prefix = 'gles'
# The NP produces a long error stream when we run with MSAA.
- if 'NexusPlayer' in bot:
+ # iOS crashes (skia:6399)
+ if 'NexusPlayer' in bot or 'iOS' in bot:
sample_count = ''
config.append(gl_prefix)