diff --git a/test/integration/smoke/test_vm_snapshots.py b/test/integration/smoke/test_vm_snapshots.py index 5d5cdc4abf9..36acbba6c40 100644 --- a/test/integration/smoke/test_vm_snapshots.py +++ b/test/integration/smoke/test_vm_snapshots.py @@ -40,9 +40,9 @@ class TestVmSnapshot(cloudstackTestCase): hypervisor = testClient.getHypervisorInfo() if hypervisor.lower() in (KVM.lower(), "hyperv", "lxc"): - raise unittest.SkipTest( - "VM snapshot feature is not supported on KVM, Hyper-V or LXC") - + unittest.SkipTest( + "VM snapshot feature is not supported on KVM, Hyper-V or LXC" + ) cls.apiclient = testClient.getApiClient() cls.services = testClient.getParsedTestDataConfig() # Get Zone, Domain and templates