chore: add reference to skipped test
This commit is contained in:
parent
d975dc66a1
commit
033bf99974
|
@ -20,7 +20,7 @@ pytestmark = marks
|
||||||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/edit/703598',
|
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/edit/703598',
|
||||||
'Add new account from wallet settings screen')
|
'Add new account from wallet settings screen')
|
||||||
@pytest.mark.case(703598)
|
@pytest.mark.case(703598)
|
||||||
@pytest.mark.skip
|
@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/15286')
|
||||||
@pytest.mark.parametrize('user_account', [constants.user.user_with_random_attributes_1])
|
@pytest.mark.parametrize('user_account', [constants.user.user_with_random_attributes_1])
|
||||||
@pytest.mark.parametrize('account_name, color, emoji, emoji_unicode',
|
@pytest.mark.parametrize('account_name, color, emoji, emoji_unicode',
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue