From 142c1ab9fcb6d88f36a8f9f096a59393525da7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 28 Apr 2023 16:48:00 +0200 Subject: fix(ext/websocket): restore op_ws_send_ping (#18891) Co-authored-by: Divy Srivastava --- cli/tests/integration/run_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests/integration/run_tests.rs') 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"); -- cgit v1.2.3