aboutsummaryrefslogtreecommitdiff
path: root/unittest/test_pro.py
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-01-28 14:45:34 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2020-02-26 12:26:20 +0100
commitec767410d860688f32ef644e9573841272d5aec2 (patch)
treefbe635a81160069ce077e1f76289d32a93e6d55d /unittest/test_pro.py
parent73251ccf5abae5ae91f2aa962a29dce6fcc0e5e4 (diff)
downloadlibnitrokey-ec767410d860688f32ef644e9573841272d5aec2.tar.gz
libnitrokey-ec767410d860688f32ef644e9573841272d5aec2.tar.bz2
Skip bootloader activation unless specified by the switch
Diffstat (limited to 'unittest/test_pro.py')
-rw-r--r--unittest/test_pro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_pro.py b/unittest/test_pro.py
index 3a324bb..a47d804 100644
--- a/unittest/test_pro.py
+++ b/unittest/test_pro.py
@@ -1014,7 +1014,7 @@ def test_bootloader_run_pro_wrong_password(C):
assert C.NK_enable_firmware_update_pro(DefaultPasswords.UPDATE_TEMP) == DeviceErrorCode.WRONG_PASSWORD
-@pytest.mark.skip
+@pytest.mark.skip_by_default
@pytest.mark.firmware
def test_bootloader_run_pro_real(C):
# Not enabled due to lack of side-effect removal at this point