You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@unittest.skip("Skipped until qiskit-aer#741 is fixed and released")
@unittest.skipUnless(HAS_AER, "qiskit-aer is required to run this test")
def test_transpile_schedule_and_assemble(self):
"""Test transpile, schedule and assemble on generated backend."""
qc = get_test_circuit()
The text was updated successfully, but these errors were encountered:
What is the expected enhancement?
While working on #3905 I saw a test which is skipped until Qiskit/qiskit-aer#741 is fixed. Maybe is should be checked again.
https://github.com/Qiskit/qiskit-terra/blob/main/test/python/mock/test_fake_backends.py
The text was updated successfully, but these errors were encountered: