Skip to content

Commit 63c5b5b

Browse files
authored
conformance: update skipped features (#8837)
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent b47bc2b commit 63c5b5b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/conformance/suite.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
6564
func 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
}

0 commit comments

Comments
 (0)