Skip to content

Commit

Permalink
make test_backend_wrong_instance IQP only (Qiskit#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Dec 5, 2023
1 parent d0600cb commit e9faa57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_backends(self, service):
)

@run_integration_test
@quantum_only
def test_backend_wrong_instance(self, service):
"""Test getting a backend with wrong instance."""
hgps = list(service._hgps.keys())
Expand Down

0 comments on commit e9faa57

Please sign in to comment.