diff --git a/.github/workflows/conformance-k8s-kind-network-policies.yaml b/.github/workflows/conformance-k8s-kind-network-policies.yaml index 6670322316c2..381cfb3c0d6d 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 \