Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aresnow1 committed Mar 30, 2023
1 parent 3552236 commit c5fdcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/xorbits/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _setup_test_session():
try:
yield sess
finally:
sess.stop_server()
sess.stop_server(isolation=False)
Router.set_instance(None)


Expand All @@ -88,7 +88,7 @@ def _setup_with_web():
try:
yield sess
finally:
sess.stop_server()
sess.stop_server(isolation=False)
Router.set_instance(None)


Expand Down

0 comments on commit c5fdcf3

Please sign in to comment.