mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: temporarily ignore websocketstream test (#15997)
This commit is contained in:
parent
f441ddad38
commit
9b77c55cf6
1 changed files with 1 additions and 0 deletions
|
@ -3406,6 +3406,7 @@ fn websocket() {
|
||||||
assert!(status.success());
|
assert!(status.success());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[ignore]
|
||||||
#[test]
|
#[test]
|
||||||
fn websocketstream() {
|
fn websocketstream() {
|
||||||
let _g = util::http_server();
|
let _g = util::http_server();
|
||||||
|
|
Loading…
Reference in a new issue