From 89387e930624c1ccd582585cf651e20a6ffe6baf Mon Sep 17 00:00:00 2001 From: Valentina Novgorodtceva Date: Tue, 19 Mar 2024 18:25:18 +0700 Subject: [PATCH] chore: skip test_member_role_cannot_add_edit_or_delete_category --- test/e2e/tests/communities/test_communities_categories.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/communities/test_communities_categories.py b/test/e2e/tests/communities/test_communities_categories.py index 543edd274b..5c16526c00 100644 --- a/test/e2e/tests/communities/test_communities_categories.py +++ b/test/e2e/tests/communities/test_communities_categories.py @@ -81,6 +81,7 @@ def test_create_edit_remove_community_category(main_screen: MainWindow, category @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703274', 'Member role cannot remove category') @pytest.mark.case(703272, 703273, 703274) @pytest.mark.parametrize('user_data', [configs.testpath.TEST_USER_DATA / 'squisher']) +@pytest.mark.skip(reason='https://github.com/status-im/desktop-qa-automation/issues/603') def test_member_role_cannot_add_edit_or_delete_category(main_screen: MainWindow): with step('Choose community user is not owner of'): community_screen = main_screen.left_panel.select_community('Super community')