Skip to content

Commit

Permalink
object: enable additional lock tests (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Apr 19, 2024
2 parents ab7048e + 4b7b207 commit 234941b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pytest_tests/tests/object/test_object_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 234941b

Please sign in to comment.