]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
set fails_on_dho on test_bucket_create_special_key_names
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Sat, 11 Feb 2012 05:19:23 +0000 (21:19 -0800)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Sat, 11 Feb 2012 05:19:23 +0000 (21:19 -0800)
s3tests/functional/test_s3.py

index 36d8bccf2c8d2d42767a1dd7f97d248de7ca45e7..1255099857221ef922e4071f5f23b38c7b27f0c2 100644 (file)
@@ -2583,6 +2583,7 @@ def test_bucket_create_naming_good_contains_hyphen():
 @attr(method='put')
 @attr(operation='create and list objects with special names')
 @attr(assertion='special names work')
+@attr('fails_on_dho')
 def test_bucket_create_special_key_names():
     key_names = [' ', '%', '_', '_ ', '_ _', '__']
     bucket = _create_keys(keys=key_names)