aboutsummaryrefslogtreecommitdiff
path: root/tests/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/device.rs')
-rw-r--r--tests/device.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/device.rs b/tests/device.rs
index 7ceac1e..2c8cfa6 100644
--- a/tests/device.rs
+++ b/tests/device.rs
@@ -24,7 +24,7 @@ fn count_nitrokey_block_devices() -> usize {
}
#[test]
-#[cfg_attr(not(feature = "test-no-device"), ignore)]
+#[cfg_attr(any(feature = "test-pro", feature = "test-storage"), ignore)]
fn connect_no_device() {
assert!(nitrokey::connect().is_err());
assert!(nitrokey::Pro::connect().is_err());