| Index: infra/bots/recipes/swarm_test.py
|
| diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
|
| index 65ec6933e65aaa30a007166d2b53267df7d5bd20..2be11951f207b22f471981c5b40b39624ee4f151 100644
|
| --- a/infra/bots/recipes/swarm_test.py
|
| +++ b/infra/bots/recipes/swarm_test.py
|
| @@ -286,6 +286,9 @@ 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')
|
|
|
|
|