From f193e03e6913ebfd2dc6e9308e829c31efcfbcd1 Mon Sep 17 00:00:00 2001 From: kevin-tian Date: Tue, 5 Dec 2023 12:59:01 -0500 Subject: [PATCH] make test_backend_wrong_instance IQP only --- test/integration/test_backend.py | 1 + 1 file changed, 1 insertion(+) 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())