Update test_onboarding_sync_with_code.py
This commit is contained in:
parent
2770295bf2
commit
1601da58ff
|
@ -21,6 +21,7 @@ pytestmark = marks
|
||||||
|
|
||||||
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703592', 'Sync device during onboarding')
|
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703592', 'Sync device during onboarding')
|
||||||
@pytest.mark.case(703592)
|
@pytest.mark.case(703592)
|
||||||
|
@pytest.mark.skip()
|
||||||
# @pytest.mark.critical TODO: figure out why it fails
|
# @pytest.mark.critical TODO: figure out why it fails
|
||||||
def test_sync_device_during_onboarding(multiple_instances):
|
def test_sync_device_during_onboarding(multiple_instances):
|
||||||
user: UserAccount = RandomUser()
|
user: UserAccount = RandomUser()
|
||||||
|
|
Loading…
Reference in New Issue