From db700665b107fd5ac8b5bae2d89cbd996b628b00 Mon Sep 17 00:00:00 2001 From: Qing Wang Date: Thu, 6 Jul 2023 21:12:20 +0800 Subject: [PATCH] test --- tests/test_transport_proxy.py | 1 - tests/test_transport_proxy_tls.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/test_transport_proxy.py b/tests/test_transport_proxy.py index 75449b6..7efecbc 100644 --- a/tests/test_transport_proxy.py +++ b/tests/test_transport_proxy.py @@ -227,7 +227,6 @@ def test_send_grpc_with_party_specific_meta(): for result in ray.get(sent_objs): assert result - wait_sending() ray.shutdown() diff --git a/tests/test_transport_proxy_tls.py b/tests/test_transport_proxy_tls.py index b708ad5..b8da84e 100644 --- a/tests/test_transport_proxy_tls.py +++ b/tests/test_transport_proxy_tls.py @@ -87,7 +87,6 @@ def test_n_to_1_transport(): for i in range(NUM_DATA): assert f"data-{i}" in ray.get(get_objs) - wait_sending() ray.shutdown()