Skip to content

Commit

Permalink
Skip pytest_tests/testsuites/session_token/test_static_session_token_…
Browse files Browse the repository at this point in the history
…container.py

Signed-off-by: Oleg Kulachenko <oleg@nspcc.ru>
  • Loading branch information
vvarg229 committed Aug 17, 2023
1 parent e5b6ef1 commit cfc0e94
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def test_static_session_token_container_delete(
)

@pytest.mark.trusted_party_proved
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-node/issues/2380")
@allure.title("Not owner user can NOT delete container")
def test_not_owner_user_can_not_delete_container(
self,
Expand Down Expand Up @@ -198,6 +199,7 @@ def test_not_owner_user_can_not_delete_container(
)

@pytest.mark.trusted_party_proved
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-node/issues/2380")
@allure.title("Not trusted party user can NOT delete container")
def test_not_trusted_party_user_can_not_delete_container(
self,
Expand Down Expand Up @@ -303,6 +305,7 @@ def test_static_session_token_container_set_eacl(
assert not can_put_object(stranger_wallet.path, cid, file_path, self.shell, self.cluster)

@pytest.mark.trusted_party_proved
@pytest.mark.skip(reason="https://github.com/nspcc-dev/neofs-node/issues/2380")
@allure.title("Not owner and not trusted party can NOT set eacl")
def test_static_session_token_container_set_eacl_only_trusted_party_proved_by_the_container_owner(
self,
Expand Down

0 comments on commit cfc0e94

Please sign in to comment.