diff --git a/test/e2e/tests/communities/test_communities.py b/test/e2e/tests/communities/test_communities.py index b57993c54a..2bcdb3f6af 100644 --- a/test/e2e/tests/communities/test_communities.py +++ b/test/e2e/tests/communities/test_communities.py @@ -12,7 +12,7 @@ from gui.main_window import MainWindow pytestmark = marks -@pytest.mark.critical +# @pytest.mark.critical TODO: https://github.com/status-im/status-desktop/issues/13483 @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703084', 'Create community') @pytest.mark.case(703084) @pytest.mark.parametrize('params', [constants.community_params]) diff --git a/test/e2e/tests/communities/test_communities_categories.py b/test/e2e/tests/communities/test_communities_categories.py index ad8989bd83..0c18d2b2a8 100644 --- a/test/e2e/tests/communities/test_communities_categories.py +++ b/test/e2e/tests/communities/test_communities_categories.py @@ -11,10 +11,11 @@ from . import marks pytestmark = marks +# TODO: https://github.com/status-im/status-desktop/issues/13483 @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703226', 'Add category') @pytest.mark.case(703226) @pytest.mark.parametrize('category_name, general_checkbox', [ - pytest.param('Category in general', True, marks=pytest.mark.critical), + pytest.param('Category in general', True), pytest.param('Category out of general', False) ]) def test_create_community_category(main_screen: MainWindow, category_name, general_checkbox): diff --git a/test/e2e/tests/onboarding/test_onboarding_generate_new_keys.py b/test/e2e/tests/onboarding/test_onboarding_generate_new_keys.py index 887deb59f9..12d9fcfa3c 100755 --- a/test/e2e/tests/onboarding/test_onboarding_generate_new_keys.py +++ b/test/e2e/tests/onboarding/test_onboarding_generate_new_keys.py @@ -29,7 +29,7 @@ def keys_screen(main_window) -> KeysView: @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703421', 'Generate new keys') @pytest.mark.case(703421) -@pytest.mark.critical +# @pytest.mark.critical TODO: https://github.com/status-im/status-desktop/issues/13483 @pytest.mark.parametrize('user_name, password, user_image, zoom, shift', [ pytest.param( ''.join((random.choice(