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.
This commit is contained in:
Peter Bacon Darwin
2017-02-20 20:09:11 +00:00
parent b55637a8f7
commit b7ee5ee3c6
+1 -1
View File
@@ -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,/Users/jenkins/bin/safari.sh"
BROWSERS="Chrome,Firefox"
fi
# CLEAN #