diff options
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/test_pro_bootloader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittest/test_pro_bootloader.py b/unittest/test_pro_bootloader.py index b33a9d7..4cb7470 100644 --- a/unittest/test_pro_bootloader.py +++ b/unittest/test_pro_bootloader.py @@ -45,6 +45,7 @@ def test_bootloader_run_pro_wrong_password(C): @pytest.mark.skip_by_default @pytest.mark.firmware def test_bootloader_run_pro_real(C): + skip_if_device_version_lower_than({'P': 11}) # Not enabled due to lack of side-effect removal at this point assert C.NK_enable_firmware_update_pro(DefaultPasswords.UPDATE) == DeviceErrorCode.STATUS_DISCONNECTED |