Skip to content

Commit aeabdb7

Browse files
committed
pending unstable test case
1 parent 7f25ef5 commit aeabdb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/conformance/conformance_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ var skippedTestsForTraditionalRoutes = []string{
3636
// TODO: HTTPRoute hostname intersection and listener hostname matching
3737

3838
tests.GatewayInvalidTLSConfiguration.ShortName,
39-
tests.HTTPRouteInvalidParentRefNotMatchingSectionName.ShortName,
4039
}
4140

4241
var gatewaySupportedFeatures = []features.FeatureName{

test/e2e/gatewayapi/httproute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ spec:
892892
s.Logf(message)
893893
})
894894

895-
It("HTTPRoutePolicy conflicts", func() {
895+
PIt("HTTPRoutePolicy conflicts", func() {
896896
const httpRoutePolicy0 = `
897897
apiVersion: apisix.apache.org/v1alpha1
898898
kind: HTTPRoutePolicy

0 commit comments

Comments
 (0)