mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #22461 from jayunit100/skipNodeDiskFill
Auto commit by PR queue bot
This commit is contained in:
commit
917fb4264d
@ -73,7 +73,10 @@ var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
|
||||
c = framework.Client
|
||||
|
||||
nodelist := ListSchedulableNodesOrDie(c)
|
||||
Expect(len(nodelist.Items)).To(BeNumerically(">", 1))
|
||||
|
||||
// Skip this test on small clusters. No need to fail since it is not a use
|
||||
// case that any cluster of small size needs to support.
|
||||
SkipUnlessNodeCountIsAtLeast(2)
|
||||
|
||||
unfilledNodeName = nodelist.Items[0].Name
|
||||
for _, node := range nodelist.Items[1:] {
|
||||
|
Loading…
Reference in New Issue
Block a user