mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
remove this test from conformance since it introduces a binary dependency, git, on previously conforming kube nodes
This commit is contained in:
parent
458eb5284a
commit
345f027be3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user