| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index 16ba041624357fc2e272fb34c7f991a2d8a0294c..f33889cbdd6b3d999493ab450e8e8602f3c26a2c 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -171,8 +171,8 @@ def get_args(bot):
|
| if 'GalaxyS4' in bot: # skia:4079
|
| match.append('~imagefiltersclipped')
|
| match.append('~scaled_tilemodes_npot')
|
| - # skia:4367
|
| - match.append('~bleed_image')
|
| + match.append('~bleed_image') # skia:4367
|
| + match.append('~ReadPixels') # skia:4368
|
|
|
| if match:
|
| args.append('--match')
|
|
|