Merge "Skip cross-account-copy functest if only one account"

This commit is contained in:
Zuul 2017-10-16 12:56:33 +00:00 committed by Gerrit Code Review
commit ee988289d1
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ class TestObject(unittest2.TestCase):
self.assertIn(resp.status, (204, 404))
def test_copy_between_accounts(self):
if tf.skip:
if tf.skip2:
raise SkipTest
source = '%s/%s' % (self.container, self.obj)