| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index de81f2f4c44805d0f32808245a6c4bc8794c631a..26a80a55d55b40849607384bfc601e89ed0cda96 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -177,7 +177,8 @@ def get_args(bot):
|
| if 'Mac' not in bot:
|
| for test in ['bleed_alpha_image', 'bleed_alpha_image_shader']:
|
| blacklist.extend(['serialize-8888', 'gm', '_', test])
|
| - if 'Win' in bot:
|
| + # It looks like we skip these only for out-of-memory concerns.
|
| + if 'Win' in bot or 'Android' in bot:
|
| for test in ['verylargebitmap', 'verylarge_picture_image']:
|
| blacklist.extend(['serialize-8888', 'gm', '_', test])
|
|
|
|
|