From 334e00daf8856ec3127d6b7616d8614cdab68058 Mon Sep 17 00:00:00 2001 From: Nick Young Date: Fri, 1 Dec 2023 03:03:14 +0000 Subject: [PATCH] Skip k8s upstream conformance test for multiple protocols on a Service A test was promoted in Kubernetes 1.29 that tests for multiple protocols on a Service. Cilium currently has #9207 tracking fixing this issue, so skip this test for now. Signed-off-by: Nick Young --- .github/workflows/conformance-k8s-kind-network-policies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance-k8s-kind-network-policies.yaml b/.github/workflows/conformance-k8s-kind-network-policies.yaml index 6670322316c2d..381cfb3c0d6d0 100644 --- a/.github/workflows/conformance-k8s-kind-network-policies.yaml +++ b/.github/workflows/conformance-k8s-kind-network-policies.yaml @@ -196,7 +196,7 @@ jobs: export E2E_REPORT_DIR=${PWD}/_artifacts /usr/local/bin/ginkgo --nodes=5 \ --focus="(HostPort.*\[Conformance\].*|Services.*\[Conformance\].*|Net.*ol.*)" \ - --skip="(Legacy|HostPort.validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol|should.allow.egress.access.to.server.in.CIDR.block|should.enforce.except.clause.while.egress.access.to.server.in.CIDR.block|should.ensure.an.IP.overlapping.both.IPBlock.CIDR.and.IPBlock.Except.is.allowed|Feature:SCTPConnectivity)" \ + --skip="(Legacy|HostPort.validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol|should.allow.egress.access.to.server.in.CIDR.block|should.enforce.except.clause.while.egress.access.to.server.in.CIDR.block|should.ensure.an.IP.overlapping.both.IPBlock.CIDR.and.IPBlock.Except.is.allowed|Feature:SCTPConnectivity|should.serve.endpoints.on.same.port.and.different.protocols)" \ /usr/local/bin/e2e.test \ -- \ --kubeconfig=${PWD}/_artifacts/kubeconfig.conf \