From ab729cd433d5aaca56e992f12c50516722e6b3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Wed, 22 Jan 2020 15:05:18 +0100 Subject: [PATCH] Mark test_ipblock_network_policy_sg_rules as unstable Seems like that test is critically unstable, I'm marking it as such to make sure tests will be more forgiving. Change-Id: Ic4c262189c74a93383f5b5274b4ccc41bf542446 Related-Bug: 1860554 --- kuryr_tempest_plugin/tests/scenario/test_network_policy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kuryr_tempest_plugin/tests/scenario/test_network_policy.py b/kuryr_tempest_plugin/tests/scenario/test_network_policy.py index 9bed49df..b0d63351 100644 --- a/kuryr_tempest_plugin/tests/scenario/test_network_policy.py +++ b/kuryr_tempest_plugin/tests/scenario/test_network_policy.py @@ -39,6 +39,7 @@ class TestNetworkPolicyScenario(base.BaseKuryrScenarioTest): 'be enabled to run this tests') @decorators.idempotent_id('a9db5bc5-e921-4719-8201-5431537c86f8') + @decorators.unstable_test(bug=1860554) def test_ipblock_network_policy_sg_rules(self): ingress_ipblock = "5.5.5.0/24" egress_ipblock = "4.4.4.0/24"