diff --git a/pytest_tests/testsuites/session_token/test_static_session_token_container.py b/pytest_tests/testsuites/session_token/test_static_session_token_container.py index e48adf54c..7fedc47db 100644 --- a/pytest_tests/testsuites/session_token/test_static_session_token_container.py +++ b/pytest_tests/testsuites/session_token/test_static_session_token_container.py @@ -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, @@ -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, @@ -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,