go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=e98f98b8d" ./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/...
[1684128473] Doc Command Reference Automation Suite - 16/16 specs ••••••••••Spawning '/go/bin/odo init' from /tmp/585840708
•Spawning '/go/bin/odo delete namespace odo-dev' from /tmp/4288448419
•Spawning '/go/bin/odo delete project odo-dev' from /tmp/75460132
••Spawning '/go/bin/odo init' from /tmp/89726977
•• SUCCESS! 49.560852629s PASS
[1684128473] User Guides Doc Automation Suite - 5/5 specs Spawning '/go/bin/odo init' from /tmp/4291317571
•Spawning '/go/bin/odo init' from /tmp/3945105304
•Spawning '/go/bin/odo init' from /tmp/2353250124
•Spawning '/go/bin/odo init' from /tmp/594080266
•• SUCCESS! 4m12.693937099s PASS

Ginkgo ran 2 suites in 6m1.305441162s
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