From df95604257c7c4052926a9903ed24660d7275a8c Mon Sep 17 00:00:00 2001 From: Vladimir Druzhinin <128374224+StateOf-Vlado@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:24:40 +0200 Subject: [PATCH] chore: failed tests in wallet skipped (#221) --- test/e2e/tests/wallet/test_wallet_main_manage_accounts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/wallet/test_wallet_main_manage_accounts.py b/test/e2e/tests/wallet/test_wallet_main_manage_accounts.py index 1a49957c3a..771a3d60c6 100644 --- a/test/e2e/tests/wallet/test_wallet_main_manage_accounts.py +++ b/test/e2e/tests/wallet/test_wallet_main_manage_accounts.py @@ -159,6 +159,7 @@ def test_manage_generated_account(main_screen: MainWindow, user_account, pytest.param('Ethereum (Ledger Live/KeepKey)', '20', 'Ethereum Ledger Live', '#7140fd', 'sunglasses', '1f60e'), pytest.param('N/A', '95', 'Custom path', '#216266', 'sunglasses', '1f60e') ]) +@pytest.mark.skip(reason='https://github.com/status-im/desktop-qa-automation/issues/220') def test_manage_custom_generated_account(main_screen: MainWindow, user_account, derivation_path: str, generated_address_index: int, name: str, color: str, emoji: str, emoji_unicode: str):