| Index: tools/dm_flags.py | 
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py | 
| index 052be598c3005ff130900525854afc872993fc77..2adf42625b0f9274c963efa3ced7eb1e2825b238 100755 | 
| --- a/tools/dm_flags.py | 
| +++ b/tools/dm_flags.py | 
| @@ -176,11 +176,6 @@ def get_args(bot): | 
| if 'GalaxyS3' in bot:  # skia:1699 | 
| match.append('~WritePixels') | 
|  | 
| -  # skia:3249: these images flakily don't decode on Android. | 
| -  if 'Android' in bot: | 
| -    match.append('~tabl_mozilla_0') | 
| -    match.append('~desk_yahoonews_0') | 
| - | 
| if 'NexusPlayer' in bot: | 
| match.append('~ResourceCache') | 
|  | 
|  |