mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore: temporarily ignore websocketstream test (#15997)
This commit is contained in:
parent
0eda3fcd12
commit
9bf4ec2eac
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