Skip to content

Commit

Permalink
Update tests/backend_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Dec 7, 2023
1 parent 7bb5c6d commit 22174d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def test_ibmq_conditional(osaka_backend: IBMQBackend) -> None:
b = osaka_backend
compiled = b.get_compiled_circuit(c)
assert not NoMidMeasurePredicate().verify(compiled)
# assert b.valid_circuit(compiled)
assert b.valid_circuit(compiled)


@pytest.mark.skipif(skip_remote_tests, reason=REASON)
Expand Down

0 comments on commit 22174d2

Please sign in to comment.