chore: skip failed tests in onboarding (#219)

This commit is contained in:
Vladimir Druzhinin 2023-10-26 14:09:06 +02:00 committed by GitHub
parent 5ed7dbd9cf
commit 63f0818bcd
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ def keys_screen(main_window) -> KeysView:
pytest.param('_1Test-User', '*P@ssw0rd*', 'tv_signal.jpeg', 5, shift_image(0, 1000, 1000, 0),
marks=pytest.mark.smoke),
])
@pytest.mark.skip(reason="https://github.com/status-im/desktop-qa-automation/issues/218")
def test_generate_new_keys(main_window, keys_screen, user_name: str, password, user_image: str, zoom: int, shift):
with step(f'Setup profile with name: {user_name} and image: {user_image}'):