diff --git a/test/integration/component/maint/test_bugs.py b/test/integration/component/maint/test_bugs.py index 24dbee2d62f..f68c244e115 100644 --- a/test/integration/component/maint/test_bugs.py +++ b/test/integration/component/maint/test_bugs.py @@ -169,7 +169,7 @@ class Test42xBugsMgmtSvr(cloudstackTestCase): step4: check whether the data disk created in step3 is created on local storage with tag 'loc' """ - if self.zone.localstorageenabled: + if not self.zone.localstorageenabled: self.skipTest('Local storage is not enable for this ' 'zone. skipping')