mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-23 13:38:38 +00:00
mark failed on aws tests part 2
This commit is contained in:
parent
e523a8c21c
commit
baa24897fb
1 changed files with 4 additions and 1 deletions
|
@ -12152,7 +12152,8 @@ def test_object_lock_put_obj_lock_with_days_and_years():
|
||||||
assert status == 400
|
assert status == 400
|
||||||
assert error_code == 'MalformedXML'
|
assert error_code == 'MalformedXML'
|
||||||
|
|
||||||
|
@pytest.mark.fails_on_aws
|
||||||
|
# AssertionError: assert 'InvalidArgument' == 'InvalidRetentionPeriod'
|
||||||
@pytest.mark.fails_on_dbstore
|
@pytest.mark.fails_on_dbstore
|
||||||
def test_object_lock_put_obj_lock_invalid_days():
|
def test_object_lock_put_obj_lock_invalid_days():
|
||||||
bucket_name = get_new_bucket_name()
|
bucket_name = get_new_bucket_name()
|
||||||
|
@ -12171,6 +12172,8 @@ def test_object_lock_put_obj_lock_invalid_days():
|
||||||
assert error_code == 'InvalidRetentionPeriod'
|
assert error_code == 'InvalidRetentionPeriod'
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.fails_on_aws
|
||||||
|
# AssertionError: assert 'InvalidArgument' == 'InvalidRetentionPeriod'
|
||||||
@pytest.mark.fails_on_dbstore
|
@pytest.mark.fails_on_dbstore
|
||||||
def test_object_lock_put_obj_lock_invalid_years():
|
def test_object_lock_put_obj_lock_invalid_years():
|
||||||
bucket_name = get_new_bucket_name()
|
bucket_name = get_new_bucket_name()
|
||||||
|
|
Loading…
Reference in a new issue