From 7d6e83fe0ee3ffad448046d933acad28c005f4bb Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 12 Mar 2024 10:18:40 +0000 Subject: [PATCH] update --- tests/backend_test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/backend_test.py b/tests/backend_test.py index 0e30fe18..b2054bf6 100644 --- a/tests/backend_test.py +++ b/tests/backend_test.py @@ -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) @@ -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