From 80a7bfd58db57176f7caa2cbcc6a31024fdf097f Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 6 Jan 2017 11:28:05 -0500 Subject: [PATCH] Revert "Merge pull request #14273 from edx/feanil/test_with_system_firefox" This reverts commit 04f8769428f6030b2dcaebcb9cbf37c7c9338e57, reversing changes made to 4b196d421ba2d3f8df107e10a9f6130c83227ea7. --- scripts/generic-ci-tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/generic-ci-tests.sh b/scripts/generic-ci-tests.sh index a13589fd1e..9f97530e7d 100755 --- a/scripts/generic-ci-tests.sh +++ b/scripts/generic-ci-tests.sh @@ -162,6 +162,12 @@ case "$TEST_SUITE" in "bok-choy") + # Back compatibility support for firefox upgrade: + # Copy newer firefox version to project root, + # set that as the path for bok-choy to use. + cp -R $HOME/firefox/ firefox/ + export SELENIUM_FIREFOX_PATH=firefox/firefox + PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS --with-flaky --with-xunit" case "$SHARD" in