From 893fe604e8a5cd7e60d5012d09f6f6cdcaa7e5b5 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Fri, 1 Nov 2024 11:09:13 +0300 Subject: [PATCH] chore(@e2e): mark test as xfail because of issue https://github.com/status-im/status-desktop/issues/16683 --- ...lus_button_manage_generated_account_custom_derivation_path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py index 86e45e743c..f19c3319a1 100644 --- a/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py +++ b/test/e2e/tests/wallet_main_screen/wallet - plus button/test_plus_button_manage_generated_account_custom_derivation_path.py @@ -18,6 +18,7 @@ pytestmark = marks @allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703028', 'Manage a custom generated account') @pytest.mark.case(703028) +@pytest.mark.xfail(reason="https://github.com/status-im/status-desktop/issues/16683") def test_plus_button_manage_generated_account_custom_derivation_path(main_screen: MainWindow, user_account): with step('Create generated wallet account'): name = random_wallet_acc_keypair_name()