tests: temp exclude test from critical path

Referece: https://github.com/status-im/status-desktop/issues/16236
This commit is contained in:
Anastasiya Semenkevich 2024-09-02 13:23:27 +03:00 committed by Anastasiya
parent 31c2df2762
commit 2c2f87f654
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pytestmark = marks
pytest.param('#2a4af5', 'sunglasses', '1f60e',
'#216266', 'thumbsup', '1f44d')
])
@pytest.mark.critical
# @pytest.mark.critical TODO: https://github.com/status-im/status-desktop/issues/16236
def test_add_edit_delete_generated_account(main_screen: MainWindow, user_account,
color: str, emoji: str, emoji_unicode: str,
new_color: str, new_emoji: str,