From c30500b0f25940ad2dd0bfe3d57ae8f23736c2a0 Mon Sep 17 00:00:00 2001 From: Evgenii Baidakov Date: Mon, 24 Feb 2025 11:55:18 +0400 Subject: [PATCH] *: Enable test test_bucket_listv2_both_continuationtoken_startafter Signed-off-by: Evgenii Baidakov --- s3tests_boto3/functional/test_s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index eb92742e2..af22a8494 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -1590,7 +1590,6 @@ def test_bucket_listv2_continuationtoken(): @pytest.mark.list_objects_v2 -@pytest.mark.fails_on_dbstore def test_bucket_listv2_both_continuationtoken_startafter(): key_names = ["bar", "baz", "foo", "quxx"] bucket_name = _create_objects(keys=key_names)