Skip to content

Commit a13ddd5

Browse files
authored
Merge pull request kubernetes#86327 from liggitt/mark-flakes
Mark top flakes
2 parents eee9dee + 5c53791 commit a13ddd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/apps/cronjob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ var _ = SIGDescribe("CronJob", func() {
230230
})
231231

232232
// cleanup of successful/failed finished jobs, with successfulJobsHistoryLimit and failedJobsHistoryLimit
233-
ginkgo.It("should delete successful/failed finished jobs with limit of one job", func() {
233+
ginkgo.It("should delete successful/failed finished jobs with limit of one job [Flaky]", func() {
234234

235235
testCases := []struct {
236236
description string

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)