mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
boto 3: remove test_atomic_write_bucket_gone
Signed-off-by: Ali Maredia <amaredia@redhat.com>
This commit is contained in:
parent
daade6614f
commit
2ee815270c
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue