diff --git a/test/integration/test_account.py b/test/integration/test_account.py index bfa268d7ed..ffe8929e2e 100644 --- a/test/integration/test_account.py +++ b/test/integration/test_account.py @@ -83,6 +83,9 @@ def test_resolve_crn_for_invalid_service_instance_name(self): def test_logging_instance_at_init(self): """Test instance is logged at initialization if instance not passed in.""" + if self.dependencies.channel == "ibm_cloud": + self.skipTest("Not supported on ibm_cloud") + with self.assertLogs("qiskit_ibm_runtime", "INFO") as logs: QiskitRuntimeService( channel="ibm_quantum",