chore: disabled permissions tests, there is a bug

This commit is contained in:
Valentina Novgorodtceva 2024-06-19 14:19:14 +07:00 committed by Anastasiya
parent 8d6d6bdd84
commit 4226eaed0b
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pytestmark = marks
'Manage community: Adding new permissions, Editing permissions, Deleting permission')
@pytest.mark.case(703632, 705014, 705016)
@pytest.mark.parametrize('params', [constants.community_params])
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/15246")
def test_add_edit_and_remove_permissions(main_screen: MainWindow, params):
with step('Enable creation of community option'):
settings = main_screen.left_panel.open_settings()
@ -183,6 +184,7 @@ def test_add_edit_and_remove_permissions(main_screen: MainWindow, params):
@pytest.mark.parametrize('params', [constants.community_params])
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/15246")
def test_add_5_member_role_permissions(main_screen: MainWindow, params):
with step('Enable creation of community option'):
settings = main_screen.left_panel.open_settings()