Skip to content

Commit

Permalink
Revert eventually
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed May 4, 2023
1 parent f490e36 commit 297783b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e/startup/startup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,8 @@ var _ = Describe("Various Startup Configurations", Ordered, func() {

It("Collects logs from a pod", func() {
cmd := "kubectl logs -n kube-system -l app.kubernetes.io/name=traefik -c traefik"
Eventually(func() error {
_, err := e2e.RunCommand(cmd)
return err
}, "360s", "5s").Should(Succeed())
_, err := e2e.RunCommand(cmd)
Expect(err).NotTo(HaveOccurred())
})

It("Kills the cluster", func() {
Expand Down

0 comments on commit 297783b

Please sign in to comment.