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
(cherry picked from commit c4ea8ba82b)
This commit is contained in:
Slawek Kaplonski 2018-06-20 17:58:43 +02:00 committed by Nate Johnston
parent e532b1fb81
commit f384828895
1 changed files with 1 additions and 0 deletions

View File

@ -1824,6 +1824,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)