Skip to content

Commit

Permalink
Merge pull request #8099 from zalando-incubator/ignore-flake
Browse files Browse the repository at this point in the history
[e2e] skip flakey gradual traffic routes test
  • Loading branch information
katyanna authored Sep 17, 2024
2 parents c031849 + b08c331 commit af2a04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ if [ "$e2e" = true ]; then
mkdir -p junit_reports
ginkgo -procs=25 -flake-attempts=2 \
-focus="(\[Conformance\]|\[StatefulSetBasic\]|\[Feature:StatefulSet\]\s\[Slow\].*mysql|\[Zalando\])" \
-skip="(\[Serial\]|validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol)" \
-skip="(\[Serial\]|validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol|Should.create.gradual.traffic.routes)" \
"e2e.test" -- \
-delete-namespace-on-failure=false \
-non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated \
Expand Down

0 comments on commit af2a04c

Please sign in to comment.