aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-08-05 17:27:09 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-08-05 17:27:09 +0200
commit53f9ac7e35f9473d56f520f465a9a1604c92e918 (patch)
tree40fc418b6e516e16736c62252706778675e245d2
parent64b25c28ee755a8cbfe6c85748d7410cffa81a2c (diff)
downloadlibnitrokey-53f9ac7e35f9473d56f520f465a9a1604c92e918.tar.gz
libnitrokey-53f9ac7e35f9473d56f520f465a9a1604c92e918.tar.bz2
Lock issue test comment update
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--unittest/test_bindings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_bindings.py b/unittest/test_bindings.py
index 3b57307..5688adb 100644
--- a/unittest/test_bindings.py
+++ b/unittest/test_bindings.py
@@ -116,7 +116,7 @@ def test_password_safe_slot_status(C):
assert is_slot_programmed[1] == 1
-@pytest.mark.xfail(run=False, reason="issue to register, skipping for now")
+@pytest.mark.xfail(run=False, reason="issue to register: device locks up after below commands sequence (reinsertion fixes), skipping for now")
def test_issue_device_locks_on_second_key_generation_in_sequence(C):
assert C.NK_build_aes_key(DefaultPasswords.ADMIN) == DeviceErrorCode.STATUS_OK
assert C.NK_build_aes_key(DefaultPasswords.ADMIN) == DeviceErrorCode.STATUS_OK