Skip to content

Commit

Permalink
Update TestMnistJobSubmit to skip cluster down for UI verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 authored and openshift-merge-bot[bot] committed Jun 11, 2024
1 parent 2408b7a commit a3d138d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/upgrade/raycluster_sdk_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def test_mnist_job_submission(self):

self.assert_jobsubmit_withoutLogin(self.cluster)
self.assert_jobsubmit_withlogin(self.cluster)
self.cluster.down()

# Assertions
def assert_jobsubmit_withoutLogin(self, cluster):
Expand Down Expand Up @@ -147,7 +146,6 @@ def assert_jobsubmit_withlogin(self, cluster):
self.assert_job_completion(status)

client.delete_job(submission_id)
cluster.down()

def assert_job_completion(self, status):
if status == "SUCCEEDED":
Expand Down

0 comments on commit a3d138d

Please sign in to comment.