Skip to content

Commit 86c22b8

Browse files
committed
Skip namespace deletion for upgrade testing
1 parent 9da541d commit 86c22b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/upgrade/raycluster_sdk_upgrade_test.py

-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ def setup_method(self):
8080
if not self.cluster:
8181
raise RuntimeError("TestRayClusterUp needs to be run before this test")
8282

83-
def teardown_method(self):
84-
delete_namespace(self)
85-
8683
def test_mnist_job_submission(self):
8784
auth = TokenAuthentication(
8885
token=run_oc_command(["whoami", "--show-token=true"]),

0 commit comments

Comments
 (0)