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, 3 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index b560e8a4b4..ed6ab2c225 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -711,6 +711,9 @@ def dm_flags(api, bot):
if 'FDAA' in bot:
args.extend(['--deltaAA', '--forceDeltaAA'])
+ if 'NativeFonts' not in bot:
+ args.append('--nonativeFonts')
+
# Let's make all bots produce verbose output by default.
args.append('--verbose')