diff --git a/tests/scripts/setup_osx_env.sh b/tests/scripts/setup_osx_env.sh index 6f3100838..02a2ff7d7 100755 --- a/tests/scripts/setup_osx_env.sh +++ b/tests/scripts/setup_osx_env.sh @@ -2,8 +2,6 @@ if [ "${RUNNER_OS}" == "macOS" ] then - brew install google-chrome - sudo Xvfb :99 -ac -screen 0 1024x768x8 & export CHROME_BIN="/Applications/Google Chrome.app" npm run test:prepare > /dev/null & fi