Skip to content

Commit 970bcc0

Browse files
committed
fix: e2e testcase
Signed-off-by: Saravanan Balasubramanian <[email protected]>
1 parent fbb2edb commit 970bcc0

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

test/e2e/pod_cleanup_test.go

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -132,30 +132,6 @@ spec:
132132
})
133133
}
134134

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-
159135
func (s *PodCleanupSuite) TestOnPodSuccess() {
160136
s.Run("FailedPod", func() {
161137
s.Given().

0 commit comments

Comments
 (0)