diff --git a/test/integration/test_backend.py b/test/integration/test_backend.py index 865a3659d..82c2230a8 100644 --- a/test/integration/test_backend.py +++ b/test/integration/test_backend.py @@ -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())