From 5b50767db4b54c13ee06c96a4fc3186d33023ea5 Mon Sep 17 00:00:00 2001 From: hanenMizouni Date: Fri, 18 Oct 2024 13:40:29 +0000 Subject: [PATCH] skip PV that will be encrypted for now Signed-off-by: hanenMizouni --- tests/e2e/dynamic_provisioning.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/dynamic_provisioning.go b/tests/e2e/dynamic_provisioning.go index 617e6253..14fa2e41 100644 --- a/tests/e2e/dynamic_provisioning.go +++ b/tests/e2e/dynamic_provisioning.go @@ -811,7 +811,7 @@ var _ = Describe("[bsu-csi-e2e] [single-az] [encryption] Dynamic Provisioning", }) It("should create A PV that will be encrypted", func() { - + Skip("Volume encryption is not supported for volume") pods := []testsuites.PodDetails{ { Cmd: "mount | grep ' /mnt/test-1 ' | awk '{ print $1}' | grep '^/dev/mapper/.*_crypt$'",