remove this test from conformance since it introduces a binary dependency, git, on previously conforming kube nodes
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user