diff --git a/test/e2e/tests/transactions_tests/test_mint_owner_and_tokenmaster_tokens.py b/test/e2e/tests/transactions_tests/test_mint_owner_and_tokenmaster_tokens.py index b29c53e10d..0dcf367242 100644 --- a/test/e2e/tests/transactions_tests/test_mint_owner_and_tokenmaster_tokens.py +++ b/test/e2e/tests/transactions_tests/test_mint_owner_and_tokenmaster_tokens.py @@ -35,6 +35,7 @@ def keys_screen(main_window) -> KeysView: status_address='0x44ddd47a0c7681a5b0fa080a56cbb7701db4bb43' )]) @pytest.mark.transaction +@pytest.mark.skip('temp skip test to fix it using L2 networks') def test_mint_owner_and_tokenmaster_tokens(keys_screen, main_window, user_account): 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()