From d7b31f62bdb43ffad8038046a72f3637e98d8a76 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Apr 2016 17:23:59 -0400 Subject: [PATCH] test_s3: mark test_oject_head_zero_bytes fails_on_rgw It works on civetweb, fails on apache. Revert this once it is fixed. See http://tracker.ceph.com/issues/15460 Signed-off-by: Sage Weil --- s3tests/functional/test_s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 8f9119d..cc3650a 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -1057,6 +1057,7 @@ def test_multi_object_delete(): @attr(method='put') @attr(operation='write zero-byte key') @attr(assertion='correct content length') +@attr('fails_on_rgw') # actually, just apache; works with civetweb. def test_object_head_zero_bytes(): bucket = get_new_bucket() key = bucket.new_key('foo')