Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable ignored test in test_fake_backends #7438

Closed
iuliazidaru opened this issue Dec 23, 2021 · 1 comment
Closed

Enable ignored test in test_fake_backends #7438

iuliazidaru opened this issue Dec 23, 2021 · 1 comment
Labels
type: enhancement It's working, but needs polishing

Comments

@iuliazidaru
Copy link
Contributor

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

    @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()
@jakelishman
Copy link
Member

Since ConfigurableFakeBackend was removed in #11568, I think this issue is obsolete now. Please feel free to re-open if there's more to discuss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement It's working, but needs polishing
Projects
None yet
2 participants