From 1588c02f1b565cfa6bc2ca34229975c74da1198f Mon Sep 17 00:00:00 2001 From: Anastasiya Semiankevich Date: Thu, 2 May 2024 09:11:45 +0300 Subject: [PATCH] chore: remove edit community test from critical path temp, because of https://github.com/status-im/status-desktop/pull/14565 --- test/e2e/tests/communities/test_communities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/communities/test_communities.py b/test/e2e/tests/communities/test_communities.py index bdc351614f..83e2e9bafd 100644 --- a/test/e2e/tests/communities/test_communities.py +++ b/test/e2e/tests/communities/test_communities.py @@ -89,7 +89,7 @@ def test_create_community(user_account, main_screen: MainWindow, params): @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703057', 'Edit community') @pytest.mark.case(703057) -@pytest.mark.critical +# @pytest.mark.critical TODO: fix creation of community https://github.com/status-im/desktop-qa-automation/issues/658 @pytest.mark.parametrize('params', [ { 'name': 'Updated Name',