Skip to content

Commit

Permalink
Tests: skip edit OTP slot test for NK Storage 0.44
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Dec 12, 2016
1 parent 925d750 commit 5e02e1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittest/test_pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e02e1e

Please sign in to comment.