Skip to content

Commit

Permalink
Merge pull request #3291 from josh-ferrell/e2e_secgrp_test_change
Browse files Browse the repository at this point in the history
Change assertion for DetachInternetGateway to Eventually
  • Loading branch information
k8s-ci-robot committed Mar 8, 2022
2 parents 713e5d3 + 998b46b commit 655abf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suites/unmanaged/unmanaged_functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
Expect(shared.ReleaseAddress(e2eCtx, allocationID)).To(BeTrue())

ginkgo.By("Detaching Internet gateway")
Expect(shared.DetachInternetGateway(e2eCtx, igwID, vpcID)).To(BeTrue())
Eventually(shared.DetachInternetGateway(e2eCtx, igwID, vpcID), 30*time.Second).Should(BeTrue())

ginkgo.By("Deleting Internet gateway")
Expect(shared.DeleteInternetGateway(e2eCtx, igwID)).To(BeTrue())
Expand Down

0 comments on commit 655abf1

Please sign in to comment.