File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
ginkgo.focus : \[Conformance\]
2
2
ginkgo.skip : \[Serial\]
3
3
disable-log-dump : true
4
- ginkgo.show-node-events : true
4
+ # ginkgo.progress flag is deprecated but its still used in
5
+ # k8s versions <= v1.26, we have to keep it as long as we
6
+ # support these versions.
7
+ ginkgo.progress : true
5
8
ginkgo.slow-spec-threshold : 120s
6
9
ginkgo.flake-attempts : 3
7
10
ginkgo.trace : true
Original file line number Diff line number Diff line change 1
1
ginkgo.focus : \[Feature\:IPv6DualStack\]
2
2
ginkgo.skip : \[Feature\:SCTPConnectivity\]
3
3
disable-log-dump : true
4
- ginkgo.show-node-events : true
4
+ # ginkgo.progress flag is deprecated but its still used when
5
+ # we run kubetest on K8s versions <= v1.26, we have to keep it
6
+ # as long as we support these versions.
7
+ ginkgo.progress : true
5
8
ginkgo.slow-spec-threshold : 120s
6
9
ginkgo.flake-attempts : 3
7
10
ginkgo.trace : true
You can’t perform that action at this time.
0 commit comments