diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-05 17:27:09 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-05 17:27:09 +0200 |
commit | 53f9ac7e35f9473d56f520f465a9a1604c92e918 (patch) | |
tree | 40fc418b6e516e16736c62252706778675e245d2 /unittest/test_bindings.py | |
parent | 64b25c28ee755a8cbfe6c85748d7410cffa81a2c (diff) | |
download | libnitrokey-53f9ac7e35f9473d56f520f465a9a1604c92e918.tar.gz libnitrokey-53f9ac7e35f9473d56f520f465a9a1604c92e918.tar.bz2 |
Lock issue test comment update
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest/test_bindings.py')
-rw-r--r-- | unittest/test_bindings.py | 2 |
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 |