From d976f47d747867b6dc1f5eedba4626dd670093b9 Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Mon, 6 Mar 2023 19:48:01 +0530 Subject: [PATCH] dbstore: add back missing 'fails_on_dbstore' tag Mark testcase "test_lifecycle_expiration_header_and_tags_head" as fails_on_dbstore Signed-off-by: Soumya Koduri --- s3tests_boto3/functional/test_s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index db080e9..8e06844 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -8350,6 +8350,7 @@ def test_lifecycle_expiration_header_tags_head(): @pytest.mark.lifecycle @pytest.mark.lifecycle_expiration +@pytest.mark.fails_on_dbstore def test_lifecycle_expiration_header_and_tags_head(): now = datetime.datetime.now(None) bucket_name = get_new_bucket()