From 2ee815270ce6279f4f41ea301c70c2d8ce970b9f Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Mon, 21 Jan 2019 17:33:50 -0500 Subject: [PATCH] boto 3: remove test_atomic_write_bucket_gone Signed-off-by: Ali Maredia --- s3tests_boto3/functional/test_s3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index 6136391..f5175c1 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -6726,6 +6726,8 @@ def test_atomic_dual_conditional_write_1mb(): @attr(operation='write file in deleted bucket') @attr(assertion='fail 404') @attr('fails_on_aws') +#TODO: This test fails when ssl is ON, fix it. +@attr('fails_on_rgw') def test_atomic_write_bucket_gone(): bucket_name = get_new_bucket() client = get_client()