aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-11-03 18:21:40 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2016-11-26 18:56:29 +0100
commit8d4bff3590191e369be02bbe0fbf858ab8930f52 (patch)
treedbe62875602f2bbc583e2e10221f7ca493be42e6
parent8cb4f03c841e7035af1893f260db5690cf6b4aa5 (diff)
downloadlibnitrokey-8d4bff3590191e369be02bbe0fbf858ab8930f52.tar.gz
libnitrokey-8d4bff3590191e369be02bbe0fbf858ab8930f52.tar.bz2
Skip hanging tests
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--unittest/test_storage.py2
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)