Add flaky label [Flaky] to tests
This commit is contained in:

committed by
Isaac Hollander McCreery

parent
14d9a0f2c8
commit
8b255feeee
@@ -183,7 +183,8 @@ func getContainerRestarts(c *client.Client, ns string, labelSelector labels.Sele
|
||||
return failedContainers, containerRestartNodes.List()
|
||||
}
|
||||
|
||||
var _ = Describe("DaemonRestart [Disruptive]", func() {
|
||||
// Flaky issues #17829, #19023
|
||||
var _ = Describe("DaemonRestart [Disruptive] [Flaky]", func() {
|
||||
|
||||
framework := NewFramework("daemonrestart")
|
||||
rcName := "daemonrestart" + strconv.Itoa(numPods) + "-" + string(util.NewUUID())
|
||||
|
Reference in New Issue
Block a user