Merge pull request #86327 from liggitt/mark-flakes

Mark top flakes
This commit is contained in:
Kubernetes Prow Robot 2019-12-16 15:29:38 -08:00 committed by GitHub
commit a13ddd5f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ var _ = SIGDescribe("CronJob", func() {
})
// cleanup of successful/failed finished jobs, with successfulJobsHistoryLimit and failedJobsHistoryLimit
ginkgo.It("should delete successful/failed finished jobs with limit of one job", func() {
ginkgo.It("should delete successful/failed finished jobs with limit of one job [Flaky]", func() {
testCases := []struct {
description string

View File

@ -307,7 +307,7 @@ var _ = SIGDescribe("PreemptionExecutionPath", func() {
}
})
ginkgo.It("runs ReplicaSets to verify preemption running path", func() {
ginkgo.It("runs ReplicaSets to verify preemption running path [Flaky]", func() {
podNamesSeen := make(map[string]struct{})
stopCh := make(chan struct{})