Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
skip test on staging (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Aug 11, 2023
1 parent 90ad550 commit 626fdde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/test_ibm_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def test_retrieve_pending_jobs(self):

def test_retrieve_running_error_jobs(self):
"""Test client side filtering with running and error jobs."""
if "dev" in self.dependencies.url:
raise SkipTest("Not supported in staging.")
self.sim_job.wait_for_final_state()
statuses = ["RUNNING", JobStatus.ERROR]
job_list = self.provider.backend.jobs(
Expand Down

0 comments on commit 626fdde

Please sign in to comment.