chore(@e2e): mark test as xfail because of issue
https://github.com/status-im/status-desktop/issues/16683
This commit is contained in:
parent
ea94065c57
commit
893fe604e8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue