Auto merge of #21203 - servo:jdm-patch-19, r=nox

Disable tests for unsupported JS modules

There's no point to running these since the all just time out.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21203)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-07-18 18:29:50 -04:00 committed by GitHub
commit 72e8d79add
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]