Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Mar 12, 2024
1 parent 5df19e5 commit 7d6e83f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ def test_postprocess_emu(ibmq_qasm_emulator_backend: IBMQEmulatorBackend) -> Non

# https://github.com/CQCL/pytket-qiskit/issues/278
# @pytest.mark.flaky(reruns=3, reruns_delay=10)
# @pytest.mark.xfail(reason="Qiskit rejecting cx")
@pytest.mark.xfail(reason="Qiskit rejecting cx")
@pytest.mark.skipif(skip_remote_tests, reason=REASON)
def test_cloud_stabiliser(simulator_stabilizer_backend: IBMQBackend) -> None:
c = Circuit(2, 2)
Expand All @@ -1145,7 +1145,8 @@ def test_cloud_stabiliser(simulator_stabilizer_backend: IBMQBackend) -> None:


# https://github.com/CQCL/pytket-qiskit/issues/278
# @pytest.mark.xfail(reason="Qiskit rejecting cx")
# @pytest.mark.flaky(reruns=3, reruns_delay=10)
@pytest.mark.xfail(reason="Qiskit rejecting cx")
@pytest.mark.skipif(skip_remote_tests, reason=REASON)
def test_cloud_stabiliser_0() -> None:
num_qubits = 2
Expand Down

0 comments on commit 7d6e83f

Please sign in to comment.