Merge "Unstable test_container_synchronization"

This commit is contained in:
Zuul 2020-06-24 07:06:51 +00:00 committed by Gerrit Code Review
commit b3229878a3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class ContainerSyncTest(base.BaseObjectTest):
self.assertEqual(object_content, obj_name[::-1].encode()) self.assertEqual(object_content, obj_name[::-1].encode())
@decorators.attr(type='slow') @decorators.attr(type='slow')
@decorators.skip_because(bug='1317133') @decorators.unstable_test(bug='1317133')
@decorators.idempotent_id('be008325-1bba-4925-b7dd-93b58f22ce9b') @decorators.idempotent_id('be008325-1bba-4925-b7dd-93b58f22ce9b')
@testtools.skipIf( @testtools.skipIf(
not CONF.object_storage_feature_enabled.container_sync, not CONF.object_storage_feature_enabled.container_sync,