From 88708a281ab606583c2154c0093333e19cdfeeea Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Mon, 14 Nov 2016 13:22:07 +0100 Subject: [PATCH] Remove Feature label from OutOfDisk e2e test --- test/e2e/nodeoutofdisk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/nodeoutofdisk.go b/test/e2e/nodeoutofdisk.go index 7deeab9bb57..9c95861b640 100644 --- a/test/e2e/nodeoutofdisk.go +++ b/test/e2e/nodeoutofdisk.go @@ -65,7 +65,7 @@ const ( // 7. Observe that the pod in pending status schedules on that node. // // Flaky issue #20015. We have no clear path for how to test this functionality in a non-flaky way. -var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive] [Feature:OutOfDisk]", func() { +var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", func() { var c clientset.Interface var unfilledNodeName, recoveredNodeName string f := framework.NewDefaultFramework("node-outofdisk")