aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_test.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-15 07:47:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-15 07:47:57 -0700
commitd5d3287fe210d74f147e90a3906f5d1eaeb17dbf (patch)
tree1edeae0483e5071aecbf45db3ed8c87ea0c08217 /infra/bots/recipes/swarm_test.py
parentcd9a1d0ec3995ffa0be37fd7f6ec1e194b416818 (diff)
Skip CompressCheckerboard unit test on N6.
This is at least one of the failures making the bot red. The particular signal indicates it's probably an alignment problem. BUG=skia:5637 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2245063002 CQ_INCLUDE_TRYBOTS=master.client.skia.android:Test-Android-GCC-Nexus6-CPU-NEON-Arm7-Debug-Trybot TBR=robertphillips@google.com Review-Url: https://codereview.chromium.org/2245063002
Diffstat (limited to 'infra/bots/recipes/swarm_test.py')
-rw-r--r--infra/bots/recipes/swarm_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 65ec6933e6..2be11951f2 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')