Skip to content

Commit 39b6cec

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 1ae9211 commit 39b6cec

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
@@ -498,6 +498,7 @@ mod tests {
498498
assert!(device_path.len() > 4); // "/dev/" is 4 characters long
499499
}
500500

501+
#[cfg(feature = "luks2")]
501502
#[tokio::test]
502503
#[rstest]
503504
#[serial]

0 commit comments

Comments
 (0)