From 345f027be3b7b01c32ff07efec1f130c0b1b5915 Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Wed, 27 Jan 2016 22:07:31 +0000 Subject: [PATCH] remove this test from conformance since it introduces a binary dependency, git, on previously conforming kube nodes --- test/e2e/empty_dir_wrapper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"