go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=e48e03cf2" ./cmd/odo/ go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo --randomize-all --slow-spec-threshold=120s -timeout 14400s --no-color -nodes=1 --junit-report="test-doc-automation.xml" tests/documentation/... [1681826063] Doc Command Reference Automation Suite - 10/10 specs •Spawning '/go/bin/odo init' from /tmp/1166657804 ••Spawning '/go/bin/odo init' from /tmp/3728493704 ••••••• SUCCESS! 40.373771417s PASS [1681826063] User Guides Doc Automation Suite - 5/5 specs •Spawning '/go/bin/odo init' from /tmp/207278092 •Spawning '/go/bin/odo init' from /tmp/1430993276 •Spawning '/go/bin/odo init' from /tmp/3906139805 •Spawning '/go/bin/odo init' from /tmp/3209508569 • SUCCESS! 4m22.095987931s PASS Ginkgo ran 2 suites in 6m2.586524556s Test Suite Passed You're using deprecated Ginkgo functionality: ============================================= --slow-spec-threshold is deprecated --slow-spec-threshold has been deprecated and will be removed in a future version of Ginkgo. This feature has proved to be more noisy than useful. You can use --poll-progress-after, instead, to get more actionable feedback about potentially slow specs and understand where they might be getting stuck. To silence deprecations that can be silenced set the following environment variable: ACK_GINKGO_DEPRECATIONS=2.6.0