Enable mount propagation tests by default

MountPropagation is enabled by default now, so should be the test.
This commit is contained in:
Jan Safranek 2018-02-15 18:12:54 +01:00
parent d336607679
commit 746d1dd99d

View File

@ -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() {