Skip to content

Commit

Permalink
backport "fix: skipping the k8s e2e unsupported service conformance t…
Browse files Browse the repository at this point in the history
…est (#2255)" to release/v1.4 (#2256)

fix: skipping the k8s e2e unsupported service conformance test

Co-authored-by: Vipul Singh <[email protected]>
  • Loading branch information
rbtr and vipul-21 authored Sep 26, 2023
1 parent f954e86 commit c93c3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ steps:
export PATH=${PATH}:/usr/local/bin/gsutil
KUBECONFIG=~/.kube/config kubetest2 noop \
--test ginkgo -- \
--focus-regex "Services.*\[Conformance\].*"
--focus-regex "Services.*\[Conformance\].*" \
--skip-regex "should serve endpoints on same port and different protocols" # Cilium does not support this feature. For more info on test: https://github.com/kubernetes/kubernetes/blame/e602e9e03cd744c23dde9fee09396812dd7bdd93/test/conformance/testdata/conformance.yaml#L1780-L1788
name: "servicesConformance"
displayName: "Run Services Conformance Tests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ steps:
export PATH=${PATH}:/usr/local/bin/gsutil
KUBECONFIG=~/.kube/config kubetest2 noop \
--test ginkgo -- \
--focus-regex "Services.*\[Conformance\].*"
--focus-regex "Services.*\[Conformance\].*" \
--skip-regex "should serve endpoints on same port and different protocols" # Cilium does not support this feature. For more info on test: https://github.com/kubernetes/kubernetes/blame/e602e9e03cd744c23dde9fee09396812dd7bdd93/test/conformance/testdata/conformance.yaml#L1780-L1788
name: "servicesConformance"
displayName: "Run Services Conformance Tests"
Expand Down

0 comments on commit c93c3df

Please sign in to comment.