Skip to content

Commit

Permalink
object: Unskip test_expired_object_should_be_deleted_after_locks_are_…
Browse files Browse the repository at this point in the history
…expired

Unskiped test_expired_object_should_be_deleted_after_locks_are_expired, since
the bug is fixed in commit nspcc-dev/neofs-node#2535

Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Oct 6, 2023
1 parent 66ab2e9 commit 7e3e3fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest_tests/testsuites/object/test_object_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ def test_cannot_lock_object_without_lifetime(
[pytest.lazy_fixture("simple_object_size"), pytest.lazy_fixture("complex_object_size")],
ids=["simple object", "complex object"],
)
@pytest.mark.skip(reason="https:/nspcc-dev/neofs-testcases/issues/537")
@pytest.mark.nspcc_dev__neofs_testcases__issue_537
def test_expired_object_should_be_deleted_after_locks_are_expired(
self,
Expand Down

0 comments on commit 7e3e3fb

Please sign in to comment.