diff options
-rw-r--r-- | unittest/test_bindings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittest/test_bindings.py b/unittest/test_bindings.py index f2055fe..3bb8ca8 100644 --- a/unittest/test_bindings.py +++ b/unittest/test_bindings.py @@ -493,6 +493,7 @@ def wait(t): time.sleep(t) +@pytest.mark.skip(reason='Recover not implemented for NK Storage') def test_factory_reset(C): C.NK_set_debug(True) assert C.NK_first_authenticate(DefaultPasswords.ADMIN, DefaultPasswords.ADMIN_TEMP) == DeviceErrorCode.STATUS_OK |