Index: infra/bots/recipes/swarm_test.py |
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py |
index 67c9f2745d243d2ca10778fedef255fa9353ab7a..c9665afa7e48d4e4a565201f55700d4af8c0644b 100644 |
--- a/infra/bots/recipes/swarm_test.py |
+++ b/infra/bots/recipes/swarm_test.py |
@@ -261,16 +261,6 @@ def dm_flags(bot): |
blacklist.extend([ '2ndpic-8888', 'gm', '_', test]) |
blacklist.extend(['serialize-8888', 'gm', '_', test]) |
- # SaveLayerDrawRestoreNooper diffs |
- for test in ['car.svg', |
- 'gallardo.svg', |
- 'rg1024_green_grapes.svg', |
- 'Seal_of_Kansas.svg']: |
- blacklist.extend([ 'sp-8888', 'svg', '_', test]) |
- blacklist.extend([ 'pic-8888', 'svg', '_', test]) |
- blacklist.extend([ '2ndpic-8888', 'svg', '_', test]) |
- blacklist.extend(['serialize-8888', 'svg', '_', test]) |
- |
# Extensions for RAW images |
r = ["arw", "cr2", "dng", "nef", "nrw", "orf", "raf", "rw2", "pef", "srw", |
"ARW", "CR2", "DNG", "NEF", "NRW", "ORF", "RAF", "RW2", "PEF", "SRW"] |