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 92b74a1194..1c256bc27a 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -682,6 +682,10 @@ def dm_flags(api, bot):
'~^SurfaceSemaphores$'])
# skia:7837
match.append('~BlurMaskBiggerThanDest')
+ # skia:8166
+ match.extend(['~SkRemoteGlyphCache_DrawTextXY',
+ '~SkRemoteGlyphCache_DrawTextAsPath',
+ '~SkRemoteGlyphCache_StrikeSerialization'])
if 'Vulkan' in bot and 'GalaxyS7_G930FD' in bot:
# skia:8064