mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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 ```
This commit is contained in:
commit
bb29efb0c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user