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 4fcd270290..c95e92a9d2 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -248,7 +248,8 @@ def dm_flags(api, bot):
# Test 1010102 on our Linux/NVIDIA bots and the persistent cache config
# on the GL bots.
- if 'QuadroP400' in bot and api.vars.is_linux:
+ if ('QuadroP400' in bot and 'PreAbandonGpuContext' not in bot and
+ api.vars.is_linux):
if 'Vulkan' in bot:
configs.append('vk1010102')
# Decoding transparent images to 1010102 just looks bad