diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-09-22 12:41:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 12:41:42 -0400 |
commit | 9bf4ec2eac6f30f962fa71914e6be4518d1561de (patch) | |
tree | f1ef25a81bdaecb641c77e002b41c9fa57c3a153 /cli/tests/integration/run_tests.rs | |
parent | 0eda3fcd12244431bb7a3e7e4c85e63d93c3cddb (diff) |
chore: temporarily ignore websocketstream test (#15997)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |