| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index 0296c3a5aa86894b6f6c3121bf04d5ad3bc41f90..5c22a33d0d718b67cbc89cee418437e0e458dae9 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -63,7 +63,6 @@ def get_args(bot):
|
| # Runs out of memory on Android bots and Daisy. Everyone else seems fine.
|
| if 'Android' not in bot and 'Daisy' not in bot:
|
| configs.append('pdf')
|
| - configs.append('pdf_poppler')
|
|
|
| # NP is running out of RAM when we run all these modes. skia:3255
|
| if 'NexusPlayer' not in bot:
|
|
|