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