mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Add flaky label [Flaky] to tests
This commit is contained in:
committed by
Isaac Hollander McCreery
parent
14d9a0f2c8
commit
8b255feeee
@@ -63,7 +63,8 @@ const (
|
||||
// choose that node to be node with index 1.
|
||||
// 7. Observe that the pod in pending status schedules on that node.
|
||||
//
|
||||
var _ = Describe("NodeOutOfDisk [Serial]", func() {
|
||||
// Flaky issue #17687
|
||||
var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
|
||||
var c *client.Client
|
||||
var unfilledNodeName, recoveredNodeName string
|
||||
framework := Framework{BaseName: "node-outofdisk"}
|
||||
|
||||
Reference in New Issue
Block a user