From 881f7496bc07e07de90c513429ea8cf21fa7cb98 Mon Sep 17 00:00:00 2001 From: Julie Date: Fri, 7 Feb 2014 17:49:47 -0800 Subject: [PATCH] chore(testing): switch Jenkins to test e2e only on chrome End to end tests will continue to be run on Safari and Firefox on Travis. --- jenkins_build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/jenkins_build.sh b/jenkins_build.sh index a6f7849ccecc..2dc69cbceed2 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -32,8 +32,6 @@ grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-col # END TO END TESTS # grunt test:ci-protractor -grunt test:ci-protractor --browser safari -grunt test:ci-protractor --browser firefox # Promises/A+ TESTS # grunt test:promises-aplus --no-color