Skip to content

Commit 1c101ae

Browse files
authored
Merge pull request #17272 from hakman/fix-cilium-cni
Kops - Skip "session affinity for service with type clusterIP" tests for Cilium
2 parents af027f1 + 3df0d2c commit 1c101ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/kops/kops-periodics-network-plugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ periodics:
133133
- --kops-ssh-user=ubuntu
134134
- --kops-version=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt
135135
- --provider=aws
136-
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort|Services.*rejected.*endpoints
136+
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort|Services.*rejected.*endpoints|affinity.*clusterIP
137137
- --timeout=60m
138138
image: gcr.io/k8s-testimages/kubekins-e2e:v20200417-6b47d16-master
139139
annotations:

0 commit comments

Comments
 (0)