chore(@tests): skip flaky test with image comparison failure

This commit is contained in:
Anastasiya Semenkevich 2023-10-17 20:20:06 +03:00
parent 415374f14b
commit cb253f58b7
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ pytestmark = allure.suite("Communities")
'Manage community: Manage Permissions screen overview')
@pytest.mark.case(703198)
@pytest.mark.parametrize('params', [constants.community_params])
@pytest.mark.skip(reason='https://github.com/status-im/desktop-qa-automation/issues/186')
def test_permissions_screen_overview(main_screen: MainWindow, params):
main_screen.create_community(params)