You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// https://github.com/kubernetes-sigs/gateway-api/blob/5c5fc388829d24e8071071b01e8313ada8f15d9f/conformance/utils/suite/suite.go#L358. SAN includes '*'
38
34
varskippedTestsForSSL= []string{
39
-
// Reason: https://github.com/kubernetes-sigs/gateway-api/blob/5c5fc388829d24e8071071b01e8313ada8f15d9f/conformance/utils/suite/suite.go#L358. SAN includes '*'
40
35
tests.HTTPRouteHTTPSListener.ShortName,
41
36
tests.HTTPRouteRedirectPortAndScheme.ShortName,
42
37
}
43
38
44
39
// TODO: HTTPRoute hostname intersection and listener hostname matching
0 commit comments