Skip to content

Commit a4d3eea

Browse files
committed
skip percentage mirror tests
and fix gwclass crd bundle version to check for Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent d2712c0 commit a4d3eea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

internal/provisioner/controller/gatewayclass.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939

4040
const (
4141
gatewayAPIBundleVersionAnnotation = "gateway.networking.k8s.io/bundle-version"
42-
gatewayAPICRDBundleSupportedVersion = "v1.2.1"
42+
gatewayAPICRDBundleSupportedVersion = "v1.3.0"
4343
)
4444

4545
// gatewayClassReconciler reconciles GatewayClass objects.

test/conformance/gatewayapi/gateway_conformance_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ func TestGatewayConformance(t *testing.T) {
102102
ExemptFeatures: sets.New(
103103
features.SupportMesh,
104104
features.SupportUDPRoute,
105+
106+
// TODO: implement percentage based mirroring
107+
// See: https://github.com/projectcontour/contour/issues/7021
108+
features.SupportHTTPRouteRequestPercentageMirror,
105109
),
106110
}
107111
if os.Getenv("GENERATE_GATEWAY_CONFORMANCE_REPORT") == "true" {

0 commit comments

Comments
 (0)