chore: skip sync test because of bug

https://github.com/status-im/status-desktop/issues/12972
This commit is contained in:
Anastasiya Semenkevich 2023-12-08 15:37:45 +03:00 committed by Anastasiya
parent d953db7a31
commit 92bb9d1bcc
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ def sync_screen(main_window) -> SyncCodeView:
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703592', 'Sync device during onboarding')
@pytest.mark.case(703592)
@pytest.mark.parametrize('user_data', [configs.testpath.TEST_USER_DATA / 'user_account_one'])
@pytest.mark.skip(reason='https://github.com/status-im/status-desktop/issues/12972')
def test_sync_device_during_onboarding(multiple_instance, user_data):
user: UserAccount = constants.user_account_one
main_window = MainWindow()