diff --git a/e2e/run-suite b/e2e/run-suite index 5cd669939cb..c2e618d628a 100755 --- a/e2e/run-suite +++ b/e2e/run-suite @@ -163,10 +163,6 @@ function join () { export TZ="Pacific/Honolulu" -# Brute force installation of cypress -# TODO: We should fix this over in the build repo to look in package.json for the cypress version -yarn cypress install - yarn run $CMD --env "$(join env)" \ --config "$(join cypressConfig)" \ $PARAMS