Commit 942308f
committed
Skip test_hotp_vectors if no_sha1 is enabled
Adds a cfg attribute to exclude the `test_hotp_vectors` test when the
`no_sha1` feature is enabled. This prevents compilation or execution failures
during testing, as the standard HOTP test vectors strictly depend on the SHA-1
algorithm.
Signed-off-by: Simo Sorce <simo@redhat.com>1 parent 00c3bfc commit 942308f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments