From 427682f14336cbe4170af5b9fa98e86c2bbe65a4 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 12 Dec 2023 12:42:44 +0300 Subject: [PATCH] chore: skip ENS name test because of bug https://github.com/status-im/status-desktop/issues/12988 --- test/e2e/tests/settings/test_ens_name_purchase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/settings/test_ens_name_purchase.py b/test/e2e/tests/settings/test_ens_name_purchase.py index 5c9ec99a09..5b975c6651 100644 --- a/test/e2e/tests/settings/test_ens_name_purchase.py +++ b/test/e2e/tests/settings/test_ens_name_purchase.py @@ -31,6 +31,7 @@ def keys_screen(main_window) -> KeysView: @pytest.mark.case(704597) @pytest.mark.parametrize('user_account', [constants.user.user_with_funds]) @pytest.mark.parametrize('ens_name', [pytest.param(constants.user.ens_user_name)]) +@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/12988') def test_ens_name_purchase(keys_screen, main_window, user_account, ens_name): with step('Open import seed phrase view and enter seed phrase'): input_view = keys_screen.open_import_seed_phrase_view().open_seed_phrase_input_view()