mirror of https://github.com/k3s-io/k3s
Enable mount propagation tests by default
MountPropagation is enabled by default now, so should be the test.pull/6/head
parent
d336607679
commit
746d1dd99d
|
@ -74,7 +74,7 @@ func preparePod(name string, node *v1.Node, propagation v1.MountPropagationMode,
|
||||||
return pod
|
return pod
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ = SIGDescribe("Mount propagation [Feature:MountPropagation]", func() {
|
var _ = SIGDescribe("Mount propagation", func() {
|
||||||
f := framework.NewDefaultFramework("mount-propagation")
|
f := framework.NewDefaultFramework("mount-propagation")
|
||||||
|
|
||||||
It("should propagate mounts to the host", func() {
|
It("should propagate mounts to the host", func() {
|
||||||
|
|
Loading…
Reference in New Issue