diff options
author | Ben Wagner <benjaminwagner@google.com> | 2017-09-08 15:21:44 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-09-08 20:29:58 +0000 |
commit | 2e4e73f7328e5c0fc6c31a073f05d43ba8851be2 (patch) | |
tree | 329f23d8af9267681f67012f916878641d254e75 /infra | |
parent | 71c05ead16d201ccbf8827a47862d7b079f8e6e6 (diff) |
Omit encode-platform also for Debug Mac CPU.
Bug: skia:6992
No-Try: true
Change-Id: I824e44f0e9f08f607aa3aaa5e0074bce72a2b4ee
Reviewed-on: https://skia-review.googlesource.com/44202
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/recipes/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index 2640af6596..5192bcb9fe 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -390,7 +390,7 @@ def dm_flags(api, bot): if 'Win' in bot or 'Android' in bot or 'Chromecast' in bot: for test in ['verylargebitmap', 'verylarge_picture_image']: blacklist(['serialize-8888', 'gm', '_', test]) - if 'Mac' in bot and 'CPU' in bot and 'Release' in bot: + if 'Mac' in bot and 'CPU' in bot: # skia:6992 blacklist(['pic-8888', 'gm', '_', 'encode-platform']) blacklist(['serialize-8888', 'gm', '_', 'encode-platform']) |