From 4b7b20707d782a0fdb8e0de83c1d54878cfbb517 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 19 Apr 2024 12:50:35 +0300 Subject: [PATCH] object: enable additional lock tests, fix #535 They should work with v2 split. Signed-off-by: Roman Khimov --- pytest_tests/tests/object/test_object_lock.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pytest_tests/tests/object/test_object_lock.py b/pytest_tests/tests/object/test_object_lock.py index 22e886f40..9b9be017d 100755 --- a/pytest_tests/tests/object/test_object_lock.py +++ b/pytest_tests/tests/object/test_object_lock.py @@ -474,8 +474,6 @@ def test_after_lock_expiration_with_lifetime_user_should_be_able_to_delete_objec ids=["simple object", "complex object"], ) @expect_not_raises() - @pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-testcases/issues/535") - @pytest.mark.nspcc_dev__neofs_testcases__issue_535 def test_after_lock_expiration_with_expire_at_user_should_be_able_to_delete_object( self, request: FixtureRequest, @@ -520,8 +518,6 @@ def test_after_lock_expiration_with_expire_at_user_should_be_able_to_delete_obje [pytest.lazy_fixture("complex_object_size")], indirect=True, ) - @pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-testcases/issues/535") - @pytest.mark.nspcc_dev__neofs_testcases__issue_535 def test_complex_object_chunks_should_also_be_protected_from_deletion( self, locked_storage_object: StorageObjectInfo, @@ -657,8 +653,6 @@ def test_lock_object_can_be_dropped( [pytest.lazy_fixture("complex_object_size")], indirect=True, ) - @pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-testcases/issues/535") - @pytest.mark.nspcc_dev__neofs_testcases__issue_535 def test_link_object_of_complex_object_should_also_be_protected_from_deletion( self, locked_storage_object: StorageObjectInfo,