Commit 88708a28 authored by Mik Vyatskov's avatar Mik Vyatskov

Remove Feature label from OutOfDisk e2e test

parent 38cc6df7
...@@ -65,7 +65,7 @@ const ( ...@@ -65,7 +65,7 @@ const (
// 7. Observe that the pod in pending status schedules on that node. // 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. // 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 c clientset.Interface
var unfilledNodeName, recoveredNodeName string var unfilledNodeName, recoveredNodeName string
f := framework.NewDefaultFramework("node-outofdisk") f := framework.NewDefaultFramework("node-outofdisk")
......
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