Skip to content

Commit d3a3181

Browse files
Merge pull request #13326 from stevekuznetsov/skuznets/disable-ingress-router-test
Disable IngressConfiguredRouter test
2 parents 81cf299 + 4af99ae commit d3a3181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/router_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,6 +1891,7 @@ func ingressConfiguredRouter(t *testing.T, fakeMasterAndPod *tr.TestHttpService)
18911891

18921892
// TestRouterIngress validates that an ingress resource can configure a router to expose a tls route.
18931893
func TestIngressConfiguredRouter(t *testing.T) {
1894+
t.Skip()
18941895
enableIngress := true
18951896
// Enable namespace filtering to allow validation of compatibility with ingress.
18961897
namespaceNames := []string{defaultNamespace}

0 commit comments

Comments
 (0)