diff --git a/test/e2e/empty_dir_wrapper.go b/test/e2e/empty_dir_wrapper.go index 9a2208c19a1..903b54d6264 100644 --- a/test/e2e/empty_dir_wrapper.go +++ b/test/e2e/empty_dir_wrapper.go @@ -31,7 +31,7 @@ import ( var _ = Describe("EmptyDir wrapper volumes", func() { f := NewFramework("secrets") - It("should becomes running [Conformance]", func() { + It("should becomes running", func() { name := "secret-test-" + string(util.NewUUID()) volumeName := "secret-volume" volumeMountPath := "/etc/secret-volume"