Skip to content

Commit ce38394

Browse files
committed
Mark '[sig-scheduling] PreemptionExecutionPath runs ReplicaSets to verify preemption running path' flaky
1 parent 3dc521a commit ce38394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scheduling/preemption.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ var _ = SIGDescribe("PreemptionExecutionPath", func() {
307307
}
308308
})
309309

310-
ginkgo.It("runs ReplicaSets to verify preemption running path", func() {
310+
ginkgo.It("runs ReplicaSets to verify preemption running path [Flaky]", func() {
311311
podNamesSeen := make(map[string]struct{})
312312
stopCh := make(chan struct{})
313313

0 commit comments

Comments
 (0)