Skip to content

Commit

Permalink
session_token: change xfail mark to skip in test_static_session_search (
Browse files Browse the repository at this point in the history
#529)

Skip the falling test and mark it as nspcc_dev__neofs_node__issue_2030.
See https://github.com/nspcc-dev/neofs-node/issues/2030 for details.
  • Loading branch information
roman-khimov authored Mar 21, 2023
2 parents d9218e9 + a3dcfe2 commit c86c8ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def test_static_session_range(

@allure.title("Validate static session with search operation")
@pytest.mark.static_session
@pytest.mark.xfail
# (see https://github.com/nspcc-dev/neofs-node/issues/2030)
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-node/issues/2030")
@pytest.mark.nspcc_dev__neofs_node__issue_2030
def test_static_session_search(
self,
user_wallet: WalletFile,
Expand Down

0 comments on commit c86c8ea

Please # to comment.