Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cheng <[email protected]>
  • Loading branch information
fishbone committed May 23, 2023
1 parent c6818ff commit 157c3ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/ray/serve/tests/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def use_tls(request):
key_filepath, cert_filepath, temp_dir = setup_tls()
yield request.param
if request.param:
pass
# teardown_tls(key_filepath, cert_filepath, temp_dir)
teardown_tls(key_filepath, cert_filepath, temp_dir)


def tls_enabled():
Expand Down

0 comments on commit 157c3ed

Please sign in to comment.