From: Yehuda Sadeh Date: Sat, 11 Feb 2012 05:19:23 +0000 (-0800) Subject: set fails_on_dho on test_bucket_create_special_key_names X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=256577fc8798142a52b3c2f377235140fdf15fe0;p=s3-tests.git set fails_on_dho on test_bucket_create_special_key_names --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 36d8bccf..12550998 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -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)