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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index cb70352774..a6c34f95aa 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -118,7 +118,7 @@ def dm_flags(api, bot):
# Just do the basic config on Chromecast to avoid OOM.
if 'Chromecast' in bot:
- configs = ['8888', 'srgb']
+ configs = ['8888']
elif api.vars.builder_cfg.get('cpu_or_gpu') == 'GPU':
args.append('--nocpu')