Blacklist check_small_sigma_offset on Chromecast

Bug: skia:6687
Change-Id: I4244b6345da5edd1ac6fe2225ed8c109a6e66a66
Reviewed-on: https://skia-review.googlesource.com/121347
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2018-04-13 15:59:02 -04:00 committed by Skia Commit-Bot
parent 408ee9fecd
commit 1e00d19f7a
2 changed files with 2 additions and 0 deletions

View File

@ -595,6 +595,7 @@
"~animated-image-blurs",
"~blur_0.01",
"~blur_image_filter",
"~check_small_sigma_offset",
"~imageblur2",
"~lighting",
"~longpathdash",

View File

@ -567,6 +567,7 @@ def dm_flags(api, bot):
match.append('~animated-image-blurs')
match.append('~blur_0.01')
match.append('~blur_image_filter')
match.append('~check_small_sigma_offset')
match.append('~imageblur2')
match.append('~lighting')
match.append('~longpathdash')