We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb2edb commit 970bcc0Copy full SHA for 970bcc0
test/e2e/pod_cleanup_test.go
@@ -132,30 +132,6 @@ spec:
132
})
133
}
134
135
-func (s *PodCleanupSuite) TestOnPodSuccess() {
136
- s.Run("SucceededPod", func() {
137
- s.Given().
138
- Workflow(`
139
-metadata:
140
- generateName: test-pod-cleanup-on-pod-completion-label-selected-
141
-spec:
142
- podGC:
143
- strategy: OnPodCompletion
144
- labelSelector:
145
- matchLabels:
146
- evicted: true
147
- entrypoint: main
148
- templates:
149
- - name: main
150
- container:
151
- image: argoproj/argosay:v2
152
-`).
153
- When().
154
- SubmitWorkflow().
155
- WaitForPod(fixtures.PodCompleted)
156
- })
157
-}
158
-
159
func (s *PodCleanupSuite) TestOnPodSuccess() {
160
s.Run("FailedPod", func() {
161
s.Given().
0 commit comments