Skip to content

Commit 2388e38

Browse files
committed
test(conformance): skip route weight test
1 parent dfbf77b commit 2388e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/kubernetes.io/gateway-api/standard/conformance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestGatewayAPIConformance(t *testing.T) {
6767
// We skip this test because for some reason
6868
// threads get blocked on the gatway side when
6969
// running it. Needs to investigate
70-
// opts.SkipTests = append(opts.SkipTests, "HTTPRouteWeight")
70+
opts.SkipTests = append(opts.SkipTests, "HTTPRouteWeight")
7171

7272
// That one might be handled first because it looks like its half
7373
// baked implementation from our side.

0 commit comments

Comments
 (0)