mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
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:
commit
72e8d79add
1 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue