aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2016-09-23 17:45:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-23 17:45:45 -0700
commitbc02cae1bebaa382adb6bc86652cc611eae4f67c (patch)
tree852d56a3fdf394ce4bfa5ef48366ed3d95005da6
parentd68f9b00389bf676b171f250e684486cb2fbd404 (diff)
Disable msaa on iHD530 bot.
-rw-r--r--infra/bots/recipes/swarm_test.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index df79f7525d..6393d61224 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -77,7 +77,9 @@ def dm_flags(bot):
if ('GalaxyS4' in bot or
'NexusPlayer' in bot or
'Tegra3' in bot or
- 'iOS' in bot):
+ 'iOS' in bot or
+ # skia:5792
+ 'iHD530' in bot):
configs = [x for x in configs if 'msaa' not in x]
# Runs out of memory on Android bots and Daisy. Everyone else seems fine.