Skip to content

Commit

Permalink
Skip namespace deletion for upgrade testing (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 authored May 31, 2024
1 parent 9da541d commit a057ac1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/upgrade/raycluster_sdk_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def setup_method(self):
if not self.cluster:
raise RuntimeError("TestRayClusterUp needs to be run before this test")

def teardown_method(self):
delete_namespace(self)

def test_mnist_job_submission(self):
auth = TokenAuthentication(
token=run_oc_command(["whoami", "--show-token=true"]),
Expand Down

0 comments on commit a057ac1

Please sign in to comment.