[#11] Ignore recreate bucket tests

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2025-04-16 10:55:55 +03:00
parent 1440cebda1
commit e7cfdc0f79

View file

@ -1245,8 +1245,7 @@
"s3tests_boto3/functional/test_s3.py::test_versioned_concurrent_object_create_and_remove",
"s3tests_boto3/functional/test_s3.py::test_versioning_bucket_atomic_upload_return_version_id",
"s3tests_boto3/functional/test_s3.py::test_versioning_bucket_multipart_upload_return_version_id",
"s3tests_boto3/functional/test_s3.py::test_versioning_multi_object_delete_with_marker_create",
"s3tests_boto3/functional/test_s3.py::test_versioning_concurrent_multi_object_delete"
"s3tests_boto3/functional/test_s3.py::test_versioning_multi_object_delete_with_marker_create"
],
"skip": false,
"comment": "Limitations: <br>1. Don't create delete marker for non-existing objects"
@ -1704,10 +1703,11 @@
"name": "Recreate bucket",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_recreate_not_overriding"
"s3tests_boto3/functional/test_s3.py::test_bucket_recreate_not_overriding",
"s3tests_boto3/functional/test_s3.py::test_versioning_concurrent_multi_object_delete"
],
"skip": true,
"comment": "Expect success on bucket recreate in default region https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/issues/537"
"comment": "Not supported <br>Expect success on bucket recreate in default region https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/issues/537"
},
{
"name": "test_lifecycle_expiration_header_tags_head",