mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
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:
parent
15466fcca9
commit
774f6ebd29
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user