Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/azure-quantum/azure-storage-b…
Browse files Browse the repository at this point in the history
…lob-12.24.0
  • Loading branch information
kikomiss authored Nov 27, 2024
2 parents 9fac6fc + 6420d3e commit 33d6838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-quantum/tests/unit/test_qiskit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,7 @@ def test_qiskit_get_rigetti_qpu_targets(self):
self.assertEqual("qir.v1", config.azure["input_data_format"])
self.assertEqual(MICROSOFT_OUTPUT_DATA_FORMAT_V2, backend._get_output_data_format())

@pytest.mark.skip("Skipping tests against QCI's unavailable targets")
@pytest.mark.qci
@pytest.mark.live_test
def test_qiskit_submit_to_qci(self):
Expand Down Expand Up @@ -1677,6 +1678,7 @@ def test_qiskit_submit_to_qci(self):
counts = result.get_counts()
self.assertEqual(counts, result.data()["counts"])

@pytest.mark.skip("Skipping tests against QCI's unavailable targets")
@pytest.mark.qci
@pytest.mark.live_test
def test_qiskit_submit_to_qci_with_default_shots(self):
Expand All @@ -1689,6 +1691,7 @@ def test_qiskit_submit_to_qci_with_default_shots(self):
self._qiskit_wait_to_complete(qiskit_job, provider)
self.assertEqual(qiskit_job._azure_job.details.input_params["shots"], 500)

@pytest.mark.skip("Skipping tests against QCI's unavailable targets")
@pytest.mark.qci
@pytest.mark.live_test
def test_qiskit_submit_to_qci_with_deprecated_count_param(self):
Expand All @@ -1711,6 +1714,7 @@ def test_qiskit_submit_to_qci_with_deprecated_count_param(self):
self._qiskit_wait_to_complete(qiskit_job, provider)
self.assertEqual(qiskit_job._azure_job.details.input_params["shots"], shots)

@pytest.mark.skip("Skipping tests against QCI's unavailable targets")
@pytest.mark.qci
@pytest.mark.live_test
def test_qiskit_get_qci_qpu_targets(self):
Expand Down

0 comments on commit 33d6838

Please sign in to comment.