chore: disable balance test
reason: https://github.com/status-im/status-desktop/issues/14427
This commit is contained in:
parent
2b4f9c6bea
commit
55344d4e53
|
@ -19,6 +19,7 @@ pytestmark = marks
|
||||||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703508',
|
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703508',
|
||||||
'Watched addresses: Excl. / Include in total balance functionality for watched address')
|
'Watched addresses: Excl. / Include in total balance functionality for watched address')
|
||||||
@pytest.mark.case(703508)
|
@pytest.mark.case(703508)
|
||||||
|
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/14427")
|
||||||
@pytest.mark.parametrize('watched_address, name', [
|
@pytest.mark.parametrize('watched_address, name', [
|
||||||
pytest.param('0x7f1502605A2f2Cc01f9f4E7dd55e549954A8cD0C', ''.join(random.choices(string.ascii_letters +
|
pytest.param('0x7f1502605A2f2Cc01f9f4E7dd55e549954A8cD0C', ''.join(random.choices(string.ascii_letters +
|
||||||
string.digits, k=20)))
|
string.digits, k=20)))
|
||||||
|
|
Loading…
Reference in New Issue