diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-03 18:21:40 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-26 18:56:29 +0100 |
commit | 8d4bff3590191e369be02bbe0fbf858ab8930f52 (patch) | |
tree | dbe62875602f2bbc583e2e10221f7ca493be42e6 /unittest/test_storage.py | |
parent | 8cb4f03c841e7035af1893f260db5690cf6b4aa5 (diff) | |
download | libnitrokey-8d4bff3590191e369be02bbe0fbf858ab8930f52.tar.gz libnitrokey-8d4bff3590191e369be02bbe0fbf858ab8930f52.tar.bz2 |
Skip hanging tests
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest/test_storage.py')
-rw-r--r-- | unittest/test_storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_storage.py b/unittest/test_storage.py index 600faf2..e7e0bda 100644 --- a/unittest/test_storage.py +++ b/unittest/test_storage.py @@ -49,7 +49,7 @@ def test_encrypted_volume_unlock_hidden(C): assert C.NK_create_hidden_volume(0, 20, 21, hidden_volume_password) == DeviceErrorCode.STATUS_OK assert C.NK_unlock_hidden_volume(hidden_volume_password) == DeviceErrorCode.STATUS_OK - +@pytest.mark.skip(reason='hangs device, to report') def test_encrypted_volume_setup_multiple_hidden(C): hidden_volume_password = 'hiddenpassword' p = lambda i: hidden_volume_password + str(i) |