Index: infra/bots/recipes/swarm_test.py |
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py |
index df79f7525d27e2b31a292db3749d7d418ad04e70..6393d6122435a5318f93d68e81c339db42be485f 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. |