From 0435623f8198b9a8ea6c8e64ffd5b081d4639ba8 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 15 Oct 2016 11:36:08 +0200 Subject: Skip factory reset until full recovery will be implemented for NK Storage, namely STICK20_CMD_CLEAR_NEW_SD_CARD_FOUND command Signed-off-by: Szczepan Zalega --- unittest/test_bindings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'unittest/test_bindings.py') 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 -- cgit v1.2.1