8000 Don't run WebSocketStream tests · jsdom/jsdom@df1f551 · GitHub
[go: up one dir, main page]

Skip to content

Commit df1f551

Browse files
committed
Don't run WebSocketStream tests
This should decrease some of the CI time spent.
1 parent eb105b2 commit df1f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/web-platform-tests/to-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ cookies/third-party-cookie-accepted.https.html: [fail, 'https://github.com/sales
12851285
interfaces/WebSocket/close/close-connecting.html*: [fail, Potentially buggy test as Chrome fails it too]
12861286
remove-own-iframe-during-onerror.window.html: [timeout, iframe.srcdoc not implemented]
12871287
remove-own-iframe-during-onerror.window.html?wss: [timeout, iframe.srcdoc not implemented]
1288-
stream/tentative/*: [fail, This is not yet standardised and browsers should not be expected to pass these tests.]
1288+
stream/tentative/*: [fail-slow, WebSocketStream not implemented (and no spec exists yet)]
12891289
unload-a-document/*: [timeout, Requires window.open]
12901290

12911291
---

0 commit comments

Comments
 (0)
0