Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Nov 28, 2024
1 parent 37e976e commit 97535fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e_test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def cleanup_ray_env_func():

@pytest.fixture
def cleanup_ray_env():
cleanup_ray_env_func()
yield
cleanup_ray_env_func()

Expand All @@ -164,7 +163,6 @@ def shutdown_llumnix_service_func():

@pytest.fixture
def shutdown_llumnix_service():
shutdown_llumnix_service_func()
yield
shutdown_llumnix_service_func()

Expand Down

0 comments on commit 97535fa

Please sign in to comment.