Unskip static session token tests

Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
support/v0.36
Vladimir Avdeev 2022-12-27 11:20:04 +03:00 committed by Vladimir Avdeev
parent ad2eafd230
commit 6209a61258
1 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ class TestSessionTokenContainer(ClusterTestBase):
owner_wallet.path, shell=self.shell, endpoint=self.cluster.default_rpc_endpoint
)
@pytest.mark.skip("Failed with timeout")
def test_static_session_token_container_create_with_other_verb(
self,
user_wallet: WalletFile,
@ -95,7 +94,6 @@ class TestSessionTokenContainer(ClusterTestBase):
wait_for_creation=False,
)
@pytest.mark.skip("Failed with timeout")
def test_static_session_token_container_create_with_other_wallet(
self,
stranger_wallet: WalletFile,