diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-28 16:48:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 16:48:00 +0200 |
commit | 142c1ab9fcb6d88f36a8f9f096a59393525da7d0 (patch) | |
tree | e5bb04ca271146fcf91a68c87cb8c03bf19c5ac5 /cli/tests/integration/run_tests.rs | |
parent | 0b296c6378c46c18de7c3838b2a3e1d13eb9bd87 (diff) |
fix(ext/websocket): restore op_ws_send_ping (#18891)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 1ad8efb26..26aacc6fd 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -4228,7 +4228,6 @@ async fn websocket_server_multi_field_connection_header() { // TODO(bartlomieju): this should use `deno run`, not `deno test`; but the // test hangs then. https://github.com/denoland/deno/issues/14283 #[tokio::test] -#[ignore] async fn websocket_server_idletimeout() { let script = util::testdata_path().join("run/websocket_server_idletimeout.ts"); |