1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

chore: disable /websocket/stream/tentative/close.any.worker.html?wss (#19606)

This test is very flaky.
This commit is contained in:
Bartek Iwańczuk 2023-06-25 11:21:23 +02:00 committed by GitHub
parent 28a4f3d0f5
commit 3fe44a50c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7212,7 +7212,9 @@
"close.any.html?wpt_flags=h2": false, "close.any.html?wpt_flags=h2": false,
"close.any.html?wss": true, "close.any.html?wss": true,
"close.any.worker.html?wpt_flags=h2": false, "close.any.worker.html?wpt_flags=h2": false,
"close.any.worker.html?wss": true, "close.any.worker.html?wss": {
"ignore": true
},
"constructor.any.html?wpt_flags=h2": false, "constructor.any.html?wpt_flags=h2": false,
"constructor.any.html?wss": true, "constructor.any.html?wss": true,
"constructor.any.worker.html?wpt_flags=h2": false, "constructor.any.worker.html?wpt_flags=h2": false,