Mark test_namespace_sg_isolation as unstable
We have issues with this test, most likely due to Neutron bug [1]. This commit marks it as unstable, so it gets skipped on failure. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1688323 Change-Id: I8a1bfab6e4b6c0e08d8cd2b7e8c6a5efdd87bbd3
This commit is contained in:
parent
1a7a438a4d
commit
8d66ca382a
@ -181,6 +181,7 @@ class TestNamespaceScenario(base.BaseKuryrScenarioTest):
|
||||
namespace_name=namespace)
|
||||
return pod_name, svc_ip
|
||||
|
||||
@decorators.unstable_test(bug='1853603')
|
||||
@decorators.idempotent_id('b43f5421-1244-449d-a125-b5fddfb1a2a9')
|
||||
def test_namespace_sg_svc_isolation(self):
|
||||
if not CONF.kuryr_kubernetes.namespace_enabled:
|
||||
|
Loading…
Reference in New Issue
Block a user