mirror of https://github.com/k3s-io/k3s
Merge pull request #59927 from jsafrane/move-propagation-test
Automatic merge from submit-queue (batch tested with PRs 59927, 59989, 59950). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Enable mount propagation tests by default MountPropagation is enabled by default now, so should be the test. **Release note**: ```release-note NONE ```pull/6/head
commit
d7cb10eb52
|
@ -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