Skip to content

Commit

Permalink
tests: unskip test_session_token_expiration_flags, closes #629
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Sep 18, 2023
1 parent 130ae0f commit 802cd31
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ def test_object_session_token(self, default_wallet, object_size):
)

@allure.title("Verify session token expiration flags")
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-node/issues/2539")
@pytest.mark.nspcc_dev__neofs_node__issue_2539
@pytest.mark.parametrize("expiration_flag", ["lifetime", "expire_at"])
def test_session_token_expiration_flags(
self, default_wallet, simple_object_size, expiration_flag, cluster
Expand Down

0 comments on commit 802cd31

Please sign in to comment.