aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-02-27 16:36:12 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-28 15:07:36 +0000
commitdabef9dddd4f6a4d083b3a644dfd6d493b4649f0 (patch)
treeb0e0cea87ae8d795e364a8f5ee45a50d80fcad26 /infra/bots/recipes/test.py
parent0551818a01f5cab18a9660b4bb21d9f5890e3130 (diff)
Omit Chromecast test that seems to OOM.
No-Try: true Change-Id: Id29313364b0e99363a5fea7b99a45e904e2c438a Reviewed-on: https://skia-review.googlesource.com/110820 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 524a5e3f67..0c6a0e7d0f 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -528,6 +528,7 @@ def dm_flags(api, bot):
match.append('~lighting')
match.append('~imageblur2')
match.append('~animated-image-blurs')
+ match.append('~textblobmixedsizes_df')
match.append('~textblobrandomfont')
# Blacklisted to avoid OOM (we see DM just end with "broken pipe")
match.append('~GM_animated-image-blurs')