Commit 774f6ebd authored by Ryan Hitchman's avatar Ryan Hitchman

Disable the NodeOutOfDisk test.

It destroys test clusters to the point that other tests also fail, and almost never passes.
parent 15466fcc
......@@ -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
......
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