We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c031849 + b08c331 commit af2a04cCopy full SHA for af2a04c
test/e2e/run_e2e.sh
@@ -184,7 +184,7 @@ if [ "$e2e" = true ]; then
184
mkdir -p junit_reports
185
ginkgo -procs=25 -flake-attempts=2 \
186
-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)" \
+ -skip="(\[Serial\]|validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol|Should.create.gradual.traffic.routes)" \
188
"e2e.test" -- \
189
-delete-namespace-on-failure=false \
190
-non-blocking-taints=node.kubernetes.io/role,nvidia.com/gpu,dedicated \
0 commit comments