diff --git a/README.md b/README.md index 633f9daabd4a..4e1e45b52226 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ## What is Argo Workflows? + Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition). diff --git a/test/e2e/fixtures/e2e_suite.go b/test/e2e/fixtures/e2e_suite.go index 6b415cbc408c..eb1898bffb21 100644 --- a/test/e2e/fixtures/e2e_suite.go +++ b/test/e2e/fixtures/e2e_suite.go @@ -89,7 +89,7 @@ func (s *E2ESuite) TearDownSuite() { _, _ = fmt.Println(color.Ize(color.Yellow, fmt.Sprintf("=== SLOW TEST: %s", x))) } if s.T().Failed() { - s.T().Log("to learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/release-3.5/running-locally/#running-e2e-tests-locally") + s.T().Log(" learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/release-3.5/running-locally/#running-e2e-tests-locally") } }