diff --git a/scripts/jenkins/build.sh b/scripts/jenkins/build.sh index e73292df4c92..f37828ba39d3 100755 --- a/scripts/jenkins/build.sh +++ b/scripts/jenkins/build.sh @@ -12,7 +12,7 @@ set -xe # This is the default set of browsers to use on the CI server unless overridden via env variable if [[ -z "$BROWSERS" ]] then - BROWSERS="Chrome,Firefox" + BROWSERS="Chrome" fi # CLEAN #