Disable tests for unsupported JS modules

This commit is contained in:
Josh Matthews 2018-07-18 13:04:32 -04:00 committed by GitHub
parent d25bd95d6f
commit 047fd485ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,14 @@ skip: true
skip: false
[html]
skip: false
[semantics]
skip: false
[scripting-1]
skip: false
[the-script-element]
skip: false
[module]
skip: true
[js]
skip: false
[navigation-timing]