Skip to content

Commit

Permalink
connectivity: Skip L7 N/S test on < v1.13.3
Browse files Browse the repository at this point in the history
The required PR [1] is scheduled to be released with v1.13.2. Until
then, we need to skip the test.

[1]: cilium/cilium#24807

Signed-off-by: Martynas Pumputis <[email protected]>
  • Loading branch information
brb committed May 15, 2023
1 parent ad3cfe8 commit d59a51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connectivity/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ func Run(ctx context.Context, ct *check.ConnectivityTest) error {
)
ct.NewTest("north-south-loadbalancing-with-l7-policy").
WithFeatureRequirements(check.RequireFeatureEnabled(check.FeatureNodeWithoutCilium)).
WithCiliumVersion("<1.13.3").
WithCiliumPolicy(echoIngressL7HTTPFromAnywherePolicyYAML).
WithScenarios(
tests.OutsideToNodePort(),
Expand Down

0 comments on commit d59a51f

Please sign in to comment.