chore: disable community test for a while (#213)
This commit is contained in:
parent
6a3e27b5af
commit
f6e9f41311
|
@ -18,6 +18,7 @@ from scripts.tools import image
|
|||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703084', 'Create community')
|
||||
@pytest.mark.case(703084)
|
||||
@pytest.mark.parametrize('params', [constants.community_params])
|
||||
@pytest.mark.skip(reason="https://github.com/status-im/desktop-qa-automation/issues/167")
|
||||
def test_create_community(user_account, main_screen: MainWindow, params):
|
||||
with step('Create community'):
|
||||
communities_portal = main_screen.left_panel.open_communities_portal()
|
||||
|
|
Loading…
Reference in New Issue