Skip to content

Commit 8e5a67a

Browse files
committed
Skip namespace deletion for upgrade testing
1 parent 2a43d9e commit 8e5a67a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/upgrade/raycluster_sdk_upgrade_test.py

Lines changed: 0 additions & 3 deletions
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)