Index: infra/bots/recipes/swarm_test.py |
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py |
index 3bbb59d1f01c60180037d9cd30e9a1deb8ff8a1d..1ceba3a1a26e26d5b7efcd5457da9bca3649e684 100644 |
--- a/infra/bots/recipes/swarm_test.py |
+++ b/infra/bots/recipes/swarm_test.py |
@@ -298,9 +298,6 @@ def dm_flags(bot): |
if 'Valgrind' in bot: # skia:3021 |
match.append('~Threaded') |
- if 'Nexus6' in bot: # skia:5637 |
- match.append('~CompressCheckerboard') |
- |
if 'GalaxyS3' in bot: # skia:1699 |
match.append('~WritePixels') |