Enable mount propagation tests by default

MountPropagation is enabled by default now, so should be the test.
pull/6/head
Jan Safranek 2018-02-15 18:12:54 +01:00
parent d336607679
commit 746d1dd99d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func preparePod(name string, node *v1.Node, propagation v1.MountPropagationMode,
return pod return pod
} }
var _ = SIGDescribe("Mount propagation [Feature:MountPropagation]", func() { var _ = SIGDescribe("Mount propagation", func() {
f := framework.NewDefaultFramework("mount-propagation") f := framework.NewDefaultFramework("mount-propagation")
It("should propagate mounts to the host", func() { It("should propagate mounts to the host", func() {