From c33d4001246cd117b46be97c04e61ea0bb9b8f6a Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Mon, 28 Oct 2024 17:56:19 +0300 Subject: [PATCH] chore(@e2e): disable test temp --- .../tests/crtitical_tests_prs/test_community_create_edit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/tests/crtitical_tests_prs/test_community_create_edit.py b/test/e2e/tests/crtitical_tests_prs/test_community_create_edit.py index 3c98ee73e2..1094475126 100644 --- a/test/e2e/tests/crtitical_tests_prs/test_community_create_edit.py +++ b/test/e2e/tests/crtitical_tests_prs/test_community_create_edit.py @@ -16,7 +16,8 @@ pytestmark = marks @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703057', 'Edit community') @pytest.mark.case(703057) -@pytest.mark.critical +#@pytest.mark.critical +@pytest.mark.skip(reason='temp disable') def test_create_edit_community(main_screen: MainWindow): with step('Enable creation of community option'): settings = main_screen.left_panel.open_settings()