From e992bf0af45f92b527dfe3883144398505f26ea0 Mon Sep 17 00:00:00 2001 From: shawnh2 Date: Wed, 20 Mar 2024 20:11:07 +0800 Subject: [PATCH] add runTest options for conformance test suite Signed-off-by: shawnh2 --- test/conformance/conformance_test.go | 1 + 1 file changed, 1 insertion(+) 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)