Skip to content

Commit 9d4f4cc

Browse files
committed
test/e2e: add flake attempts for gRPC plaintext E2E
Updates projectcontour#6092. Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
1 parent a16e749 commit 9d4f4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/httpproxy/grpc_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ import (
4141
)
4242

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

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

0 commit comments

Comments
 (0)