diff --git a/test/e2e/node/mount_propagation.go b/test/e2e/node/mount_propagation.go index 9ed9153f33..e9c1c06d9d 100644 --- a/test/e2e/node/mount_propagation.go +++ b/test/e2e/node/mount_propagation.go @@ -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() {