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=da3985111f573724e96533b1f238605958e03dfc;p=s3-tests.git s3: add fails_on_dbstore mark Signed-off-by: Casey Bodley (cherry picked from commit 4895b3af073d2c31436d9a4159c8aceaff1b31aa) --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index a662a2c2..b019c91f 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -5975,6 +5975,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()