diff --git a/test/integration/component/test_baremetal.py b/test/integration/component/test_baremetal.py index 6ab91466bd1..a27e76c3886 100644 --- a/test/integration/component/test_baremetal.py +++ b/test/integration/component/test_baremetal.py @@ -80,7 +80,7 @@ class TestBaremetal(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["baremetal", "basic"]) + @attr(tags = ["baremetal", "invalid"]) def test_baremetal(self): self.debug("Test create baremetal network offering") networkoffering = NetworkOffering.create(self.apiclient, self.services["network_offering"])