From 9bf4ec2eac6f30f962fa71914e6be4518d1561de Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 22 Sep 2022 12:41:42 -0400 Subject: chore: temporarily ignore websocketstream test (#15997) --- cli/tests/integration/run_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 55dac8573..3cafc79c6 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(); -- cgit v1.2.3