From 5e02e1e198c1c4051f15c45dfeb67b9be2cd5aa1 Mon Sep 17 00:00:00 2001
From: Szczepan Zalega <szczepan@nitrokey.com>
Date: Mon, 12 Dec 2016 15:10:55 +0100
Subject: Tests: skip edit OTP slot test for NK Storage 0.44

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
---
 unittest/test_pro.py | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'unittest')

diff --git a/unittest/test_pro.py b/unittest/test_pro.py
index a6f7094..4a2a504 100644
--- a/unittest/test_pro.py
+++ b/unittest/test_pro.py
@@ -695,6 +695,9 @@ def test_edit_OTP_slot(C):
     """
     should change slots counter and name without changing its secret (using null secret for second update)
     """
+    # counter does not reset under Storage v0.43
+    skip_if_device_version_lower_than({'S': 44, 'P': 7})
+
     secret = RFC_SECRET
     counter = 0
     PIN_protection = False
-- 
cgit v1.2.3