1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -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 GitHub
parent 0eda3fcd12
commit 9bf4ec2eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3406,6 +3406,7 @@ fn websocket() {
assert!(status.success());
}
#[ignore]
#[test]
fn websocketstream() {
let _g = util::http_server();