Skip to content

Commit

Permalink
test/e2e: add flake attempts for gRPC plaintext E2E
Browse files Browse the repository at this point in the history
Updates projectcontour#6092.

Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
  • Loading branch information
skriss committed Feb 28, 2024
1 parent a16e749 commit 9d4f4cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/httpproxy/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ import (
)

func testGRPCServicePlaintext(namespace string) {
Specify("requests to a gRPC service configured with plaintext work as expected", func() {
// Flake tracking issue: https://github.com/projectcontour/contour/issues/6092
Specify("requests to a gRPC service configured with plaintext work as expected", FlakeAttempts(3), func() {
t := f.T()

f.Fixtures.GRPC.Deploy(namespace, "grpc-echo")
Expand Down

0 comments on commit 9d4f4cc

Please sign in to comment.