mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
KubeDescribe implementation with verify into after-build/ scripts.
This commit is contained in:
@@ -64,7 +64,7 @@ const (
|
||||
// 7. Observe that the pod in pending status schedules on that node.
|
||||
//
|
||||
// Flaky issue #20015. We have no clear path for how to test this functionality in a non-flaky way.
|
||||
var _ = Describe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", func() {
|
||||
var _ = KubeDescribe("NodeOutOfDisk [Serial] [Flaky] [Disruptive]", func() {
|
||||
var c *client.Client
|
||||
var unfilledNodeName, recoveredNodeName string
|
||||
framework := NewDefaultFramework("node-outofdisk")
|
||||
|
Reference in New Issue
Block a user