chore(ci): disable unit testing on Firefox
Related to https://github.com/angular/angular.js/issues/15987 Closes #15988
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user