Skip to content

Commit a16d2f8

Browse files
committed
Reduce web-animations-next WPT testing and update expectations
1 parent a44c04d commit a16d2f8

File tree

2 files changed

+438
-1
lines changed

2 files changed

+438
-1
lines changed

Diff for: target-config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@
127127
];
128128

129129
var webAnimationsNextWebPlatformTests = [
130-
'test/web-platform-tests/web-animations/**/*.html',
130+
// TODO: Bring web-animations-next back up to speed with the spec to reenable testing everything.
131+
// 'test/web-platform-tests/web-animations/**/*.html',
132+
...webAnimations1WebPlatformTests,
131133
];
132134

133135
// This object specifies the source and test files for different Web Animation build targets.

0 commit comments

Comments
 (0)