mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
commit
a13ddd5f8e
@ -230,7 +230,7 @@ var _ = SIGDescribe("CronJob", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// cleanup of successful/failed finished jobs, with successfulJobsHistoryLimit and failedJobsHistoryLimit
|
// 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 {
|
testCases := []struct {
|
||||||
description string
|
description string
|
||||||
|
@ -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{})
|
podNamesSeen := make(map[string]struct{})
|
||||||
stopCh := make(chan struct{})
|
stopCh := make(chan struct{})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user