Omit flaky encode-platform test for pic-8888 Mac CPU.

Bug: skia:6992
No-Try: true
Change-Id: I8141afb1706b1434bacc62f6b6f9b69876a92b2c
Reviewed-on: https://skia-review.googlesource.com/42680
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Ben Wagner 2017-09-05 16:02:28 -04:00 committed by Skia Commit-Bot
parent 9b560247c7
commit 6f98bc648b
2 changed files with 5 additions and 0 deletions

View File

@ -495,6 +495,10 @@
"gm",
"_",
"makecolorspace",
"pic-8888",
"gm",
"_",
"encode-platform",
"serialize-8888",
"gm",
"_",

View File

@ -382,6 +382,7 @@ def dm_flags(api, bot):
blacklist(['serialize-8888', 'gm', '_', test])
if 'Mac' in bot and 'CPU' in bot and 'Release' in bot:
# skia:6992
blacklist(['pic-8888', 'gm', '_', 'encode-platform'])
blacklist(['serialize-8888', 'gm', '_', 'encode-platform'])
# skia:4769