From c4ea8ba82bb0e5c3026330333c9a88c88ab930ee Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 20 Jun 2018 17:58:43 +0200 Subject: [PATCH] Mark unit test test_get_objects_queries_constant as unstable This test is failing a lot in our check and gate queues. It's reported in [1]. To make life easier, this test will be marked as unstable until [1] will be fixed. [1] https://bugs.launchpad.net/neutron/+bug/1775220 Change-Id: Ie37e72b98f0d8e6e3ccafb1fe38a57bd50777331 Related-Bug: #1775220 --- neutron/tests/unit/objects/test_base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neutron/tests/unit/objects/test_base.py b/neutron/tests/unit/objects/test_base.py index b037e9c7b36..16626abcc70 100644 --- a/neutron/tests/unit/objects/test_base.py +++ b/neutron/tests/unit/objects/test_base.py @@ -1889,6 +1889,7 @@ class BaseDbObjectTestCase(_BaseObjectTestCase, cls_ = resource return cls_.get_objects(neutron_context) + @test_base.unstable_test("bug 1775220") def test_get_objects_queries_constant(self): iter_db_obj = iter(self.db_objs)