Add flaky label [Flaky] to tests

This commit is contained in:
Isaac Hollander McCreery
2015-12-20 11:13:38 -08:00
committed by Isaac Hollander McCreery
parent 14d9a0f2c8
commit 8b255feeee
10 changed files with 21 additions and 10 deletions

View File

@@ -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)