Skip to content

Commit

Permalink
Remove integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Jun 13, 2024
1 parent 9828827 commit ce0960f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/integration/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ def test_run_program(self, service):
self.assertEqual(JobStatus.DONE, job.status())
self.assertTrue(job.result())

@run_integration_test
@production_only
def test_run_program_cloud_no_backend(self, service):
"""Test running a cloud program with no backend."""

if self.dependencies.channel == "ibm_quantum":
self.skipTest("Not supported on ibm_quantum")

job = self._run_program(service, backend="")
self.assertTrue(job.backend(), f"Job {job.job_id()} has no backend.")

@run_integration_test
@quantum_only
def test_run_program_log_level(self, service):
Expand Down

0 comments on commit ce0960f

Please sign in to comment.