]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
annotate tests with fails_on_dho
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 15 Jun 2012 01:58:17 +0000 (18:58 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 15 Jun 2012 01:58:17 +0000 (18:58 -0700)
Should be reverted once fixes are pushed to the dho branch.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
s3tests/functional/test_s3.py

index 3806d69d6562265860bb98451e9d07fa76f0263c..3769bb96c6394ff95eb15ae83735d57b9f80d18d 100644 (file)
@@ -2749,6 +2749,7 @@ def test_object_copy_same_bucket():
 @attr(method='put')
 @attr(operation='copy object to itself')
 @attr(assertion='fails')
+@attr('fails_on_dho')
 def test_object_copy_to_itself():
     bucket = get_new_bucket()
     key = bucket.new_key('foo123bar')
@@ -2762,6 +2763,7 @@ def test_object_copy_to_itself():
 @attr(method='put')
 @attr(operation='modify object metadata by copying')
 @attr(assertion='fails')
+@attr('fails_on_dho')
 def test_object_copy_to_itself_with_metadata():
     bucket = get_new_bucket()
     key = bucket.new_key('foo123bar')