Skip to content

Commit 7cbb9ce

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 4562860 commit 7cbb9ce

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
@@ -531,6 +531,7 @@ mod tests {
531531
assert!(device_path.len() > 4); // "/dev/" is 4 characters long
532532
}
533533

534+
#[cfg(feature = "luks2")]
534535
#[tokio::test]
535536
#[rstest]
536537
#[serial]

0 commit comments

Comments
 (0)