We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f25ef5 commit aeabdb7Copy full SHA for aeabdb7
test/conformance/conformance_test.go
@@ -36,7 +36,6 @@ var skippedTestsForTraditionalRoutes = []string{
36
// TODO: HTTPRoute hostname intersection and listener hostname matching
37
38
tests.GatewayInvalidTLSConfiguration.ShortName,
39
- tests.HTTPRouteInvalidParentRefNotMatchingSectionName.ShortName,
40
}
41
42
var gatewaySupportedFeatures = []features.FeatureName{
test/e2e/gatewayapi/httproute.go
@@ -892,7 +892,7 @@ spec:
892
s.Logf(message)
893
})
894
895
- It("HTTPRoutePolicy conflicts", func() {
+ PIt("HTTPRoutePolicy conflicts", func() {
896
const httpRoutePolicy0 = `
897
apiVersion: apisix.apache.org/v1alpha1
898
kind: HTTPRoutePolicy
0 commit comments