Skip to content

Commit af2a04c

Browse files
authored
Merge pull request #8099 from zalando-incubator/ignore-flake
[e2e] skip flakey gradual traffic routes test
2 parents c031849 + b08c331 commit af2a04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/run_e2e.sh

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

0 commit comments

Comments
 (0)