Commit 345f027b authored by James DeFelice's avatar James DeFelice

remove this test from conformance since it introduces a binary dependency, git,…

remove this test from conformance since it introduces a binary dependency, git, on previously conforming kube nodes
parent 458eb528
...@@ -31,7 +31,7 @@ import ( ...@@ -31,7 +31,7 @@ import (
var _ = Describe("EmptyDir wrapper volumes", func() { var _ = Describe("EmptyDir wrapper volumes", func() {
f := NewFramework("secrets") f := NewFramework("secrets")
It("should becomes running [Conformance]", func() { It("should becomes running", func() {
name := "secret-test-" + string(util.NewUUID()) name := "secret-test-" + string(util.NewUUID())
volumeName := "secret-volume" volumeName := "secret-volume"
volumeMountPath := "/etc/secret-volume" volumeMountPath := "/etc/secret-volume"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment