Skip RebootHostTest because often failing

Change-Id: Ie6947d9278b9fbe4081648878812910a3bb966fb
This commit is contained in:
Federico Ressi 2020-02-18 15:30:07 +01:00
parent b1727908b8
commit 8902748c22

View File

@ -33,6 +33,9 @@ class RebootableServer(stacks.CirrosServerStackFixture):
"Server to be rebooted"
@tobiko.skip_if(
"This test is often failing because server endup in SHUTOFF "
"state", True)
class RebootHostTest(testtools.TestCase):
stack = tobiko.required_setup_fixture(RebootableServer)