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

Commit b7ee5ee

Browse files
chore(jenkins): disable unit testing on Safari
There is a strange failure in the animation code that only appears to happen on Safari 10 on OS/X. While we investigate we are disabling this browser to allow the development (and doc generation) to continue.
1 parent b55637a commit b7ee5ee

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,/Users/jenkins/bin/safari.sh"
15+
BROWSERS="Chrome,Firefox"
1616
fi
1717

1818
# CLEAN #

0 commit comments

Comments
 (0)