chore: skip balance test because of cryptocompare API limit

I logged https://github.com/status-im/status-desktop/issues/12987 which has some details
This commit is contained in:
Anastasiya Semenkevich 2023-12-12 12:23:27 +03:00 committed by Anastasiya
parent 4f69111778
commit d91eae246e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from gui.screens.settings_wallet import WalletSettingsView
pytest.param('0x7f1502605A2f2Cc01f9f4E7dd55e549954A8cD0C', ''.join(random.choices(string.ascii_letters +
string.digits, k=20)))
])
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/12987")
def test_settings_include_in_total_balance(main_screen: MainWindow, name, watched_address):
with (step('Open wallet on main screen and check the total balance for new account is 0')):
wallet_main_screen = main_screen.left_panel.open_wallet()