Commit b6614a4c authored by Mike Danese's avatar Mike Danese

promote complex daemonset test out of flaky

parent 21c01c05
...@@ -126,8 +126,7 @@ var _ = Describe("Daemon set", func() { ...@@ -126,8 +126,7 @@ var _ = Describe("Daemon set", func() {
}) })
// Flaky issue #16623 It("should run and stop complex daemon", func() {
It("should run and stop complex daemon [Flaky]", func() {
complexLabel := map[string]string{daemonsetNameLabel: dsName} complexLabel := map[string]string{daemonsetNameLabel: dsName}
nodeSelector := map[string]string{daemonsetColorLabel: "blue"} nodeSelector := map[string]string{daemonsetColorLabel: "blue"}
Logf("Creating daemon with a node selector %s", dsName) Logf("Creating daemon with a node selector %s", dsName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment