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:
parent
28a4f3d0f5
commit
3fe44a50c3
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue