Disable the NodeOutOfDisk test.

It destroys test clusters to the point that other tests also fail, and
almost never passes.
This commit is contained in:
Ryan Hitchman 2017-01-20 15:18:05 -08:00
parent 15466fcca9
commit 774f6ebd29

View File

@ -74,6 +74,8 @@ var _ = framework.KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", fu
BeforeEach(func() {
c = f.ClientSet
framework.Skipf("test is broken. #40249")
nodelist := framework.GetReadySchedulableNodesOrDie(c)
// Skip this test on small clusters. No need to fail since it is not a use