1
0
Fork 0
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:
David Sherret 2022-09-22 12:41:42 -04:00 committed by David Sherret
parent f441ddad38
commit 9b77c55cf6

View file

@ -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();