Skip to content

Commit

Permalink
test/e2e: add flake attempts for gRPC plaintext E2E (projectcontour#6228
Browse files Browse the repository at this point in the history
)

Updates projectcontour#6092.

Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss authored and lubronzhan committed Mar 13, 2024
1 parent a7be987 commit f81c0b1
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 f81c0b1

Please sign in to comment.