From baa24897fbc6433e69e21c3ff7228dcf6b64e839 Mon Sep 17 00:00:00 2001 From: ProshNad Date: Wed, 4 Sep 2024 07:03:55 +0000 Subject: [PATCH] mark failed on aws tests part 2 --- s3tests_boto3/functional/test_s3.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index fe23226..2e0808b 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -12152,7 +12152,8 @@ def test_object_lock_put_obj_lock_with_days_and_years(): assert status == 400 assert error_code == 'MalformedXML' - +@pytest.mark.fails_on_aws +# AssertionError: assert 'InvalidArgument' == 'InvalidRetentionPeriod' @pytest.mark.fails_on_dbstore def test_object_lock_put_obj_lock_invalid_days(): bucket_name = get_new_bucket_name() @@ -12171,6 +12172,8 @@ def test_object_lock_put_obj_lock_invalid_days(): assert error_code == 'InvalidRetentionPeriod' +@pytest.mark.fails_on_aws +# AssertionError: assert 'InvalidArgument' == 'InvalidRetentionPeriod' @pytest.mark.fails_on_dbstore def test_object_lock_put_obj_lock_invalid_years(): bucket_name = get_new_bucket_name()