test: disable change password test because it creates ghost instances

https://github.com/status-im/status-desktop/issues/15178
This commit is contained in:
Anastasiya Semenkevich 2024-06-14 12:06:51 +03:00 committed by Anastasiya
parent cb105b9f7d
commit e2f06fb204
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ pytestmark = marks
@pytest.mark.parametrize('user_account, user_account_changed_password',
[pytest.param(constants.user.user_account_one,
constants.user.user_account_one_changed_password)])
@pytest.mark.critical
@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/15178')
# @pytest.mark.critical
# TODO: follow up on https://github.com/status-im/status-desktop/issues/13013
def test_change_password_and_login(aut: AUT, main_screen: MainWindow, user_account, user_account_changed_password):
with step('Open profile settings'):