Skip to content

Commit

Permalink
chore(jenkins): disable unit testing on Safari
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petebacondarwin committed Feb 20, 2017
1 parent b55637a commit b7ee5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit b7ee5ee

Please sign in to comment.