aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index dae5ed5297..3ba19e6c72 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -603,9 +603,13 @@ def dm_flags(api, bot):
# skia:7322
blacklist(['vk', 'gm', '_', 'skbug_257'])
match.append('~^ClearOp$')
+ match.append('~^CopySurface$')
+ match.append('~^ImageNewShader_GPU$')
match.append('~^InitialTextureClear$')
+ match.append('~^PinnedImageTest$')
match.append('~^ReadPixels_Gpu$')
match.append('~^ReadPixels_Texture$')
+ match.append('~^SRGBReadWritePixels$')
match.append('~^VkUploadPixelsTests$')
match.append('~^WritePixelsNonTexture_Gpu$')
match.append('~^WritePixels_Gpu$')