Skip to content

Commit

Permalink
Don't run Mesh tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed May 10, 2023
1 parent 61645b9 commit 2729a8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/conformance/gatewayapi/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"testing"

"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/util/sets"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/config"
"sigs.k8s.io/gateway-api/apis/v1alpha2"
Expand Down Expand Up @@ -55,6 +56,9 @@ func TestGatewayConformance(t *testing.T) {
"HTTPRouteRedirectPath",
"HTTPRouteRedirectScheme",
},
ExemptFeatures: sets.New(
suite.SupportMesh,
),
})
cSuite.Setup(t)
cSuite.Run(t, tests.ConformanceTests)
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/run-gateway-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ else
# test/conformance/gatewayapi/gateway_conformance_test.go.
# Can implement with the -skip flag available with go 1.20
# or if Gateway API supports skipping tests via custom flag.
go test -timeout=20m ./conformance -gateway-class=contour -all-features
go test -timeout=20m ./conformance -gateway-class=contour -all-features -exempt-features=Mesh
fi

0 comments on commit 2729a8f

Please sign in to comment.