Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang committed Jul 6, 2023
1 parent a9d9fdd commit db70066
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_transport_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down
1 change: 0 additions & 1 deletion tests/test_transport_proxy_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit db70066

Please sign in to comment.