diff --git a/test/e2e/common/node/security_context.go b/test/e2e/common/node/security_context.go index 3a817df82af..787b1b3ce6f 100644 --- a/test/e2e/common/node/security_context.go +++ b/test/e2e/common/node/security_context.go @@ -200,8 +200,6 @@ var _ = SIGDescribe("Security Context", func() { }) f.It("should mount all volumes with proper permissions with hostUsers=false [LinuxOnly]", feature.UserNamespacesSupport, func(ctx context.Context) { - // Create all volume types supported: configmap, secret, downwardAPI, projected. - // Create configmap. name := "userns-volumes-test-" + string(uuid.NewUUID()) configMap := newConfigMap(f, name)