Skip to content

Commit

Permalink
test(e2e): improve reachable services expectation to allow DNS timeou…
Browse files Browse the repository at this point in the history
…ts (backport of #11894) (#11897)

Automatic cherry-pick of #11894 for branch release-2.5

Generated by
[action](https://github.com/kumahq/kuma/actions/runs/11560245684)

cherry-picked commit 83f82ff

Signed-off-by: Mike Beaumont <[email protected]>
Co-authored-by: Mike Beaumont <[email protected]>
  • Loading branch information
kumahq[bot] and michaelbeaumont authored Oct 28, 2024
1 parent 214a2c1 commit c00fd7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func ReachableServices() {
)
// then it fails because Kuma DP has no such DNS
g.Expect(err).ToNot(HaveOccurred())
g.Expect(response.Exitcode).To(Equal(6))
g.Expect(response.Exitcode).To(Or(Equal(6), Equal(28)))
}).Should(Succeed())

Consistently(func(g Gomega) {
Expand Down

0 comments on commit c00fd7e

Please sign in to comment.