Commit bb29efb0 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #40249 from rmmh/remove-node-out-of-disk-space

Automatic merge from submit-queue (batch tested with PRs 40046, 40073, 40547, 40534, 40249) Disable the NodeOutOfDisk test. Fixes #40246. It destroys test clusters to the point that other tests also fail, and almost never passes. https://k8s-testgrid.appspot.com/google-gce#gce-flaky&width=20&include-filter-by-regex=space /cc @madhusudancs @vishh ```release-note NONE ```
parents 80aea340 774f6ebd
......@@ -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