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