Skip to content

Commit

Permalink
e2e: skip some test cases for versions prior to v1.14 in cilium chaining
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Feb 12, 2025
1 parent 501231a commit deb82ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ ifeq ($(E2E_CILIUM_CHAINING),true)
# This means that when defining services, the targetPort MUST equal the port,
# otherwise the packet will be dropped.
K8S_CONFORMANCE_E2E_SKIP += "sig-network.*Networking.*Feature:SCTPConnectivity"
ifeq ($(shell test $(VER_MAJOR) -lt 1 -o \( $(VER_MAJOR) -eq 1 -a $(VER_MINOR) -lt 14 \) && echo true),true)
# https://github.com/cilium/cilium/issues/9207
K8S_CONFORMANCE_E2E_SKIP += "sig-network.*Services.*should serve endpoints on same port and different protocols"
endif

GINKGO_OUTPUT_OPT =
Expand Down

0 comments on commit deb82ae

Please sign in to comment.