@@ -1634,6 +1634,7 @@ def test_qiskit_get_rigetti_qpu_targets(self):
16341634 self .assertEqual ("qir.v1" , config .azure ["input_data_format" ])
16351635 self .assertEqual (MICROSOFT_OUTPUT_DATA_FORMAT_V2 , backend ._get_output_data_format ())
16361636
1637+ @pytest .mark .skip ("Skipping tests against QCI's unavailable targets" )
16371638 @pytest .mark .qci
16381639 @pytest .mark .live_test
16391640 def test_qiskit_submit_to_qci (self ):
@@ -1677,6 +1678,7 @@ def test_qiskit_submit_to_qci(self):
16771678 counts = result .get_counts ()
16781679 self .assertEqual (counts , result .data ()["counts" ])
16791680
1681+ @pytest .mark .skip ("Skipping tests against QCI's unavailable targets" )
16801682 @pytest .mark .qci
16811683 @pytest .mark .live_test
16821684 def test_qiskit_submit_to_qci_with_default_shots (self ):
@@ -1689,6 +1691,7 @@ def test_qiskit_submit_to_qci_with_default_shots(self):
16891691 self ._qiskit_wait_to_complete (qiskit_job , provider )
16901692 self .assertEqual (qiskit_job ._azure_job .details .input_params ["shots" ], 500 )
16911693
1694+ @pytest .mark .skip ("Skipping tests against QCI's unavailable targets" )
16921695 @pytest .mark .qci
16931696 @pytest .mark .live_test
16941697 def test_qiskit_submit_to_qci_with_deprecated_count_param (self ):
@@ -1711,6 +1714,7 @@ def test_qiskit_submit_to_qci_with_deprecated_count_param(self):
17111714 self ._qiskit_wait_to_complete (qiskit_job , provider )
17121715 self .assertEqual (qiskit_job ._azure_job .details .input_params ["shots" ], shots )
17131716
1717+ @pytest .mark .skip ("Skipping tests against QCI's unavailable targets" )
17141718 @pytest .mark .qci
17151719 @pytest .mark .live_test
17161720 def test_qiskit_get_qci_qpu_targets (self ):
0 commit comments