Merge "Skip test_container_synchronization"

This commit is contained in:
Zuul 2022-07-25 23:37:26 +00:00 committed by Gerrit Code Review
commit cdac420386
1 changed files with 1 additions and 1 deletions

View File

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