diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 11f3706275..7eccc14ca2 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -71,11 +71,7 @@ To run unit tests: make test ``` -To run e2e tests: - -```bash -make test-e2e -``` +Check out the following [documentation](https://github.com/argoproj/argo-cd/blob/master/docs/developer-guide/test-e2e.md) for instructions on running the e2e tests. ## Running Locally