Skip to content

Commit e0ab5d6

Browse files
committed
ignore [Serial] e2e tests
1 parent 5e23193 commit e0ab5d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/config-defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ teapot_admission_controller_namespace_delete_protection_enabled: "false"
601601
teapot_admission_controller_resolve_vanity_images: "true"
602602

603603
{{if eq .Cluster.Environment "e2e"}}
604-
teapot_admission_controller_ignore_namespaces: "^kube-system|((downward-api|kubectl|projected|statefulset|pod-network|scope-selectors|resourcequota|limitrange|sysctl|node-tests|e2e-kubelet-etc-hosts|csiinlinevolumes|dns|sched-pred)-.*)$"
604+
teapot_admission_controller_ignore_namespaces: "^kube-system|((downward-api|kubectl|projected|statefulset|pod-network|scope-selectors|resourcequota|limitrange|sysctl|node-tests|e2e-kubelet-etc-hosts|csiinlinevolumes|dns)-.*)$"
605605
teapot_admission_controller_crd_ensure_no_resources_on_delete: "false"
606606
{{else}}
607607
teapot_admission_controller_ignore_namespaces: "^kube-system$"

test/e2e/run_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if [ "$e2e" = true ]; then
181181
mkdir -p junit_reports
182182
ginkgo -procs=25 -flake-attempts=2 \
183183
-focus="(\[Conformance\]|\[StatefulSetBasic\]|\[Feature:StatefulSet\]\s\[Slow\].*mysql|\[Zalando\])" \
184-
-skip="(validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol)" \
184+
-skip="(\[Serial\]|validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol)" \
185185
"e2e.test" -- \
186186
-delete-namespace-on-failure=false \
187187
-non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated \

0 commit comments

Comments
 (0)