We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16e749 commit 9d4f4ccCopy full SHA for 9d4f4cc
test/e2e/httpproxy/grpc_test.go
@@ -41,7 +41,8 @@ import (
41
)
42
43
func testGRPCServicePlaintext(namespace string) {
44
- Specify("requests to a gRPC service configured with plaintext work as expected", func() {
+ // 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() {
46
t := f.T()
47
48
f.Fixtures.GRPC.Deploy(namespace, "grpc-echo")
0 commit comments