From 4895b3af073d2c31436d9a4159c8aceaff1b31aa Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 29 Apr 2026 13:13:04 -0400 Subject: [PATCH] s3: add fails_on_dbstore mark Signed-off-by: Casey Bodley --- s3tests/functional/test_s3.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.47.3