diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index 149909e2ce4..65e61a19d65 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -50,6 +50,7 @@ func TestGatewayAPIConformance(t *testing.T) { SkipTests: []string{ tests.GatewayStaticAddresses.ShortName, }, + RunTest: *flags.RunTest, ExemptFeatures: suite.MeshCoreFeatures, }) cSuite.Setup(t)