diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 55dac8573f..3cafc79c68 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3406,6 +3406,7 @@ fn websocket() { assert!(status.success()); } +#[ignore] #[test] fn websocketstream() { let _g = util::http_server();