remove this test from conformance since it introduces a binary dependency, git, on previously conforming kube nodes

This commit is contained in:
James DeFelice 2016-01-27 22:07:31 +00:00
parent 458eb5284a
commit 345f027be3

View File

@ -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"