Skip to content

Commit

Permalink
fix(e2e): add flake attempt on new meshtimeout test as we do on older…
Browse files Browse the repository at this point in the history
… tests (kumahq#12705)

<!--
> Changelog: skip
-->
<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

Signed-off-by: Marcin Skalski <[email protected]>
  • Loading branch information
Automaat authored Jan 29, 2025
1 parent 8f2193a commit be6df1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_env/kubernetes/meshtimeout/meshtimeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
}(),
)

It("should configure timeout for single inbound", func() {
It("should configure timeout for single inbound", FlakeAttempts(3), func() {
policy := fmt.Sprintf(`
apiVersion: kuma.io/v1alpha1
kind: MeshTimeout
Expand Down

0 comments on commit be6df1b

Please sign in to comment.