Skip to content

Commit 396d82e

Browse files
Merge pull request #27 from angular/master
chore(ci): disable unit testing on Firefox
2 parents 91e5dd5 + 2acea11 commit 396d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -xe
1212
# This is the default set of browsers to use on the CI server unless overridden via env variable
1313
if [[ -z "$BROWSERS" ]]
1414
then
15-
BROWSERS="Chrome,Firefox"
15+
BROWSERS="Chrome"
1616
fi
1717

1818
# CLEAN #

0 commit comments

Comments
 (0)