Commit 746d1dd9 authored by Jan Safranek's avatar Jan Safranek

Enable mount propagation tests by default

MountPropagation is enabled by default now, so should be the test.
parent d3366076
......@@ -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