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 dfbf77b commit 2388e38Copy full SHA for 2388e38
test/conformance/kubernetes.io/gateway-api/standard/conformance_test.go
@@ -67,7 +67,7 @@ func TestGatewayAPIConformance(t *testing.T) {
67
// We skip this test because for some reason
68
// threads get blocked on the gatway side when
69
// running it. Needs to investigate
70
- // opts.SkipTests = append(opts.SkipTests, "HTTPRouteWeight")
+ opts.SkipTests = append(opts.SkipTests, "HTTPRouteWeight")
71
72
// That one might be handled first because it looks like its half
73
// baked implementation from our side.
0 commit comments