mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
promote complex daemonset test out of flaky
This commit is contained in:
parent
21c01c05e3
commit
b6614a4cc7
@ -126,8 +126,7 @@ var _ = Describe("Daemon set", func() {
|
||||
|
||||
})
|
||||
|
||||
// Flaky issue #16623
|
||||
It("should run and stop complex daemon [Flaky]", func() {
|
||||
It("should run and stop complex daemon", func() {
|
||||
complexLabel := map[string]string{daemonsetNameLabel: dsName}
|
||||
nodeSelector := map[string]string{daemonsetColorLabel: "blue"}
|
||||
Logf("Creating daemon with a node selector %s", dsName)
|
||||
|
Loading…
Reference in New Issue
Block a user