From: Casey Bodley Date: Wed, 29 Apr 2026 17:13:04 +0000 (-0400) Subject: s3: add fails_on_dbstore mark X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F728%2Fhead;p=s3-tests.git s3: add fails_on_dbstore mark Signed-off-by: Casey Bodley --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 1abcdcbb..5eae646b 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -5992,6 +5992,7 @@ def test_multipart_upload_empty(): assert status == 400 assert error_code == 'MalformedXML' +@pytest.mark.fails_on_dbstore def test_multipart_upload_complete_without_create(): bucket_name = get_new_bucket() client = get_client()