Skip to content

Commit 00327d6

Browse files
committed
cdh: add missing gate for luks2 test
The test case encrypt_an_empty_device_and_make_a_filesystem_on_it_using_luks2 should be gated behind the luks2 feature. Signed-off-by: Manuel Huber <manuelh@nvidia.com>
1 parent 49eb8c1 commit 00327d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • confidential-data-hub/hub/src/storage/volume_type/blockdevice

confidential-data-hub/hub/src/storage/volume_type/blockdevice/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ mod tests {
493493
assert!(device_path.len() > 4); // "/dev/" is 4 characters long
494494
}
495495

496+
#[cfg(feature = "luks2")]
496497
#[tokio::test]
497498
#[rstest]
498499
#[serial]

0 commit comments

Comments
 (0)