Skip to content

Commit c93c3df

Browse files
rbtrvipul-21
andauthored
backport "fix: skipping the k8s e2e unsupported service conformance test (#2255)" to release/v1.4 (#2256)
fix: skipping the k8s e2e unsupported service conformance test Co-authored-by: Vipul Singh <[email protected]>
1 parent f954e86 commit c93c3df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ steps:
143143
export PATH=${PATH}:/usr/local/bin/gsutil
144144
KUBECONFIG=~/.kube/config kubetest2 noop \
145145
--test ginkgo -- \
146-
--focus-regex "Services.*\[Conformance\].*"
146+
--focus-regex "Services.*\[Conformance\].*" \
147+
--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
147148
name: "servicesConformance"
148149
displayName: "Run Services Conformance Tests"
149150

.pipelines/singletenancy/cilium/cilium-e2e-step-template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ steps:
127127
export PATH=${PATH}:/usr/local/bin/gsutil
128128
KUBECONFIG=~/.kube/config kubetest2 noop \
129129
--test ginkgo -- \
130-
--focus-regex "Services.*\[Conformance\].*"
130+
--focus-regex "Services.*\[Conformance\].*" \
131+
--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
131132
name: "servicesConformance"
132133
displayName: "Run Services Conformance Tests"
133134

0 commit comments

Comments
 (0)