diff --git a/tobiko/tests/scenario/neutron/test_router.py b/tobiko/tests/scenario/neutron/test_router.py index 202c1c968..2a7847b1d 100644 --- a/tobiko/tests/scenario/neutron/test_router.py +++ b/tobiko/tests/scenario/neutron/test_router.py @@ -267,6 +267,7 @@ class DvrRouterNamespaceTest(RouterNamespaceTestBase, testtools.TestCase): def dvr_snat_hostnames(self) -> typing.List[str]: return self.agent_modes['dvr_snat'] + @config.skip_if_prevent_create() def test_1_dvr_router_without_server(self): if self.dvr_hostnames: self.cleanup_stacks()