Remove UbuntuMinimalServerTest scenario tests
These tests were set as flaky and they are all covered by UbuntuServerTest, which are the same tests executed on Ubuntu VMs with trunk ports. Change-Id: Iff8f93e6e259ada7cf7aff019228ecda353230ff
This commit is contained in:
parent
6a9fa82132
commit
806697d999
@ -188,16 +188,6 @@ class CirrosServerTest(BaseServerTest):
|
||||
stack = tobiko.required_fixture(CirrosServerStackFixture)
|
||||
|
||||
|
||||
class UbuntuMinimalServerStackFixture(stacks.UbuntuMinimalServerStackFixture):
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.flaky(reruns=2, reruns_delay=60)
|
||||
class UbuntuMinimalServerTest(BaseServerTest):
|
||||
__test__ = True
|
||||
stack = tobiko.required_fixture(UbuntuMinimalServerStackFixture)
|
||||
|
||||
|
||||
class UbuntuServerStackFixture(stacks.UbuntuServerStackFixture):
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user