Marked NodeOutOfDisk test with feature label to remove it from flaky suite

This commit is contained in:
Mik Vyatskov 2016-10-25 22:48:43 +02:00
parent cfbb0eb2ff
commit d6e8369cd7

View File

@ -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]", func() {
var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive] [Feature:OutOfDisk]", func() {
var c clientset.Interface
var unfilledNodeName, recoveredNodeName string
f := framework.NewDefaultFramework("node-outofdisk")