File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ func SkipTests(gatewayNamespaceMode bool) []suite.ConformanceTest {
4949 // TODO: fix following conformance tests
5050 tests .ListenerSetHostnameConflict ,
5151 tests .ListenerSetProtocolConflict ,
52- tests .HTTPRouteHTTPSListenerDetectMisdirectedRequests ,
5352 )
5453
5554 if gatewayNamespaceMode {
@@ -64,10 +63,13 @@ func SkipTests(gatewayNamespaceMode bool) []suite.ConformanceTest {
6463// SkipFeatures is a list of features that are skipped in the conformance report.
6564func SkipFeatures (gatewayNamespaceMode bool ) sets.Set [features.FeatureName ] {
6665 if gatewayNamespaceMode {
67- return sets .New [features.FeatureName ]()
66+ return sets.New [features.FeatureName ](
67+ features .GatewayHTTPSListenerDetectMisdirectedRequestsFeature .Name ,
68+ )
6869 }
6970
7071 return sets .New (
72+ features .GatewayHTTPSListenerDetectMisdirectedRequestsFeature .Name ,
7173 features .GatewayInfrastructurePropagationFeature .Name ,
7274 )
7375}
You can’t perform that action at this time.
0 commit comments