From: Soumya Koduri Date: Mon, 6 Mar 2023 14:18:01 +0000 (+0530) Subject: dbstore: add back missing 'fails_on_dbstore' tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d976f47d747867b6dc1f5eedba4626dd670093b9;p=s3-tests.git 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 --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index db080e94..8e068448 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()