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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index e4278a9c8e..4fcd270290 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -257,8 +257,9 @@ def dm_flags(api, bot):
configs.extend(['gl1010102', 'gltestpersistentcache'])
# Decoding transparent images to 1010102 just looks bad
blacklist('gl1010102 image _ _')
- # This test produces slightly different pixels run to run on NV.
+ # These tests produce slightly different pixels run to run on NV.
blacklist('gltestpersistentcache gm _ atlastext')
+ blacklist('gltestpersistentcache gm _ dftext')
if 'ChromeOS' in bot:
# Just run GLES for now - maybe add gles_msaa4 in the future