Index: Tools/Scripts/webkitpy/layout_tests/port/base.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py |
index 81838025657f256dbbf5a94e4d44e6293e7af511..4b576393c1045361df46088187a1c4b9b6abbd23 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py |
@@ -1552,12 +1552,6 @@ class Port(object): |
VirtualTestSuite('threaded', |
'transitions', |
['--enable-threaded-compositing']), |
- VirtualTestSuite('legacy-animations-engine', |
- 'animations', |
- ['--disable-web-animations-css']), |
- VirtualTestSuite('legacy-animations-engine', |
- 'transitions', |
- ['--disable-web-animations-css']), |
VirtualTestSuite('stable', |
'webexposed', |
['--stable-release-mode']), |