From 2e4e73f7328e5c0fc6c31a073f05d43ba8851be2 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Fri, 8 Sep 2017 15:21:44 -0400 Subject: 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 Commit-Queue: Ben Wagner --- infra/bots/recipes/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') 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']) -- cgit v1.2.3