Unverified Commit d7cb10eb authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 3a60b0b4 746d1dd9
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment