Add bug skip for test_container_synchronization()

This commit adds a skip to test_container_synchronization(). This test
currently only gets run during the periodic -all job because of it's
slow tag. It is currently failing 100% of the time and has been in this
state for quite some time. So let's skip it until the underlying bug is
fixed.

Related-Bug: #1317133

Change-Id: Iff71b74a377cf80be21516c546031e784a61f836
This commit is contained in:
Matthew Treinish 2014-05-07 10:59:15 -04:00
parent dfbceca69b
commit 56c1a55d26
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class ContainerSyncTest(base.BaseObjectTest):
super(ContainerSyncTest, cls).tearDownClass()
@test.attr(type='slow')
@test.skip_because(bug='1317133')
def test_container_synchronization(self):
# container to container synchronization
# to allow/accept sync requests to/from other accounts