chore(@e2e): mark test as xfail because of issue

https://github.com/status-im/status-desktop/issues/16683
This commit is contained in:
Anastasiya Semenkevich 2024-11-01 11:09:13 +03:00 committed by Anastasiya
parent ea94065c57
commit 893fe604e8
1 changed files with 1 additions and 0 deletions

View File

@ -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()