Index: tools/dm_flags.py |
diff --git a/tools/dm_flags.py b/tools/dm_flags.py |
index 47a3b25a7c60d78b3afc290355624e9291a53b4b..7a7eff01314b582df76482c957e46024d9943212 100755 |
--- a/tools/dm_flags.py |
+++ b/tools/dm_flags.py |
@@ -247,7 +247,8 @@ def get_args(bot): |
# These bots run out of memory running RAW codec tests. Do not run them in |
# parallel |
- if 'NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot: |
+ if ('NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot |
+ or 'Win8-MSVC-ShuttleB' in bot): |
args.append('--noRAW_threading') |
return args |