diff --git a/test/e2e/daemon_set.go b/test/e2e/daemon_set.go index 64fea07b2b6..8a12b44ba88 100644 --- a/test/e2e/daemon_set.go +++ b/test/e2e/daemon_set.go @@ -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)