Skip to content

Commit

Permalink
add runTest options for conformance test suite
Browse files Browse the repository at this point in the history
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
  • Loading branch information
shawnh2 committed Mar 20, 2024
1 parent 655ee5d commit e992bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestGatewayAPIConformance(t *testing.T) {
SkipTests: []string{
tests.GatewayStaticAddresses.ShortName,
},
RunTest: *flags.RunTest,
ExemptFeatures: suite.MeshCoreFeatures,
})
cSuite.Setup(t)
Expand Down

0 comments on commit e992bf0

Please sign in to comment.