Skip to content

Commit

Permalink
chore: temp disable test to mint tokens, need to transfer funds to l2…
Browse files Browse the repository at this point in the history
… and use lower fees
  • Loading branch information
anastasiyaig committed Sep 5, 2024
1 parent daad4e6 commit 44b3754
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 44b3754

Please sign in to comment.