fix(ext/websocket): restore op_ws_send_ping (#18891)

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
This commit is contained in:
Bartek Iwańczuk 2023-04-28 16:48:00 +02:00 committed by GitHub
parent 0b296c6378
commit 142c1ab9fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 6 deletions

View file

@ -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");