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.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 70e7639565..f223553321 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -126,8 +126,9 @@ def dm_flags(api, bot):
configs.extend(['narrow'])
configs.extend(['enarrow'])
- if 'SAN' in bot:
- configs.extend(['t8888'])
+ # Temporarily disabled while debugging.
+ #if 'SAN' in bot:
+ # configs.extend(['t8888'])
configs.extend(mode + '-8888' for mode in ['serialize', 'tiles_rt', 'pic'])