mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #20451 from ihmccreery/fix-20362
Reference #20015 for [Flaky] NodeOutOfDisk tests
This commit is contained in:
commit
ea5f1233c2
@ -63,7 +63,7 @@ const (
|
|||||||
// choose that node to be node with index 1.
|
// choose that node to be node with index 1.
|
||||||
// 7. Observe that the pod in pending status schedules on that node.
|
// 7. Observe that the pod in pending status schedules on that node.
|
||||||
//
|
//
|
||||||
// Flaky issue #17687
|
// Flaky issue #20015. We have no clear path for how to test this functionality in a non-flaky way.
|
||||||
var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
|
var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
|
||||||
var c *client.Client
|
var c *client.Client
|
||||||
var unfilledNodeName, recoveredNodeName string
|
var unfilledNodeName, recoveredNodeName string
|
||||||
|
Loading…
Reference in New Issue
Block a user