Skip to content

Commit

Permalink
Don't run WebSocketStream tests
Browse files Browse the repository at this point in the history
This should decrease some of the CI time spent.
  • Loading branch information
domenic committed Aug 1, 2021
1 parent eb105b2 commit df1f551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web-platform-tests/to-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ cookies/third-party-cookie-accepted.https.html: [fail, 'https://github.com/sales
interfaces/WebSocket/close/close-connecting.html*: [fail, Potentially buggy test as Chrome fails it too]
remove-own-iframe-during-onerror.window.html: [timeout, iframe.srcdoc not implemented]
remove-own-iframe-during-onerror.window.html?wss: [timeout, iframe.srcdoc not implemented]
stream/tentative/*: [fail, This is not yet standardised and browsers should not be expected to pass these tests.]
stream/tentative/*: [fail-slow, WebSocketStream not implemented (and no spec exists yet)]
unload-a-document/*: [timeout, Requires window.open]

---
Expand Down

0 comments on commit df1f551

Please sign in to comment.