@@ -286,7 +286,6 @@ def test_qir_to_qiskit_bitstring(self):
286286 ))
287287 self .assertEqual (AzureQuantumJob ._qir_to_qiskit_bitstring (bitstring ), bitstring )
288288
289- @pytest .mark .skip (reason = "TODO: ignoring for now due to undefined failure reason. Possibly, transient dependency update causing this" )
290289 def test_qiskit_submit_ionq_5_qubit_superposition (self ):
291290 workspace = self .create_workspace ()
292291 provider = AzureQuantumProvider (workspace = workspace )
@@ -407,14 +406,12 @@ def test_plugins_estimate_cost_qiskit_ionq(self):
407406
408407 @pytest .mark .ionq
409408 @pytest .mark .live_test
410- @pytest .mark .skip (reason = "TODO: ignoring for now due to undefined failure reason. Possibly, transient dependency update causing this" )
411409 def test_plugins_submit_qiskit_to_ionq (self ):
412410 circuit = self ._3_qubit_ghz ()
413411 self ._test_qiskit_submit_ionq (circuit )
414412
415413 @pytest .mark .ionq
416414 @pytest .mark .live_test
417- @pytest .mark .skip (reason = "TODO: ignoring for now due to undefined failure reason. Possibly, transient dependency update causing this" )
418415 def test_plugins_submit_qiskit_circuit_as_list_to_ionq (self ):
419416 circuit = self ._3_qubit_ghz ()
420417 self ._test_qiskit_submit_ionq ([circuit ])
@@ -435,7 +432,6 @@ def test_plugins_submit_qiskit_multi_circuit_experiment_to_ionq(self):
435432
436433 @pytest .mark .ionq
437434 @pytest .mark .live_test
438- @pytest .mark .skip (reason = "TODO: ignoring for now due to undefined failure reason. Possibly, transient dependency update causing this" )
439435 def test_plugins_submit_qiskit_qobj_to_ionq (self ):
440436 from qiskit import assemble
441437
@@ -804,7 +800,6 @@ def test_qiskit_get_ionq_native_gateset(self):
804800
805801 @pytest .mark .ionq
806802 @pytest .mark .live_test
807- @pytest .mark .skip (reason = "TODO: ignoring for now due to undefined failure reason. Possibly, transient dependency update causing this" )
808803 def test_plugins_retrieve_job (self ):
809804 workspace = self .create_workspace ()
810805 provider = AzureQuantumProvider (workspace = workspace )
@@ -1096,7 +1091,6 @@ def test_configuration_quantinuum_backends(self):
10961091
10971092 @pytest .mark .rigetti
10981093 @pytest .mark .live_test
1099- @pytest .mark .skip (reason = "TODO: ignoring for now due to undefined failure reason. Possibly, transient dependency update causing this" )
11001094 def test_qiskit_submit_to_rigetti (self ):
11011095 from azure .quantum .target .rigetti import RigettiTarget
11021096
0 commit comments