Merge "Disable "TestObjectVersions.test_versions"."

This commit is contained in:
Zuul 2021-11-16 10:48:18 +00:00 committed by Gerrit Code Review
commit 54fe3c7262
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
import os
import pprint
from neutron_lib.utils import test
from oslo_versionedobjects import fixture
from neutron import objects
@ -136,6 +137,8 @@ class TestObjectVersions(test_base.BaseTestCase):
# before validating the hashes
objects.register_objects()
@test.unstable_test('Re-enable this test once n-lib 2.17.0 is released '
'and QosRuleType hash type fixed')
def test_versions(self):
checker = fixture.ObjectVersionChecker(
base.NeutronObjectRegistry.obj_classes())