Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2acea11

Browse files
authored
chore(ci): disable unit testing on Firefox
Related to #15987 Closes #15988
1 parent 9bcdfcf commit 2acea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins/build.sh

+1-1
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)