mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Add flaky label [Flaky] to tests
This commit is contained in:
committed by
Isaac Hollander McCreery
parent
14d9a0f2c8
commit
8b255feeee
@@ -126,7 +126,8 @@ var _ = Describe("Daemon set", func() {
|
||||
|
||||
})
|
||||
|
||||
It("should run and stop complex daemon", func() {
|
||||
// Flaky issue #16623
|
||||
It("should run and stop complex daemon [Flaky]", func() {
|
||||
complexLabel := map[string]string{daemonsetNameLabel: dsName}
|
||||
nodeSelector := map[string]string{daemonsetColorLabel: "blue"}
|
||||
Logf("Creating daemon with a node selector %s", dsName)
|
||||
|
||||
Reference in New Issue
Block a user