Skip to content

Commit

Permalink
Merge pull request #1218 from coralproject/ci-fix
Browse files Browse the repository at this point in the history
Disabling Firefox/Edge on E2E until fix pass
  • Loading branch information
kgardnr authored Dec 18, 2017
2 parents fb7ad76 + e88bac6 commit a8368eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/e2e-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ E2E_MAX_RETRIES=${E2E_MAX_RETRIES:-1}

# Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old.
# IE 64bit has issues with receiving keyboard input. Let's wait for them to fix it.
BROWSERS="chrome,firefox,edge" #ie safari

# FIXME: disabled firefox,edge until fixing pass is done
# BROWSERS="chrome,firefox,edge" #ie safari
BROWSERS="chrome"

if [[ "${CIRCLE_BRANCH}" == "master" && -n "$BROWSERSTACK_KEY" ]]; then
echo Testing on browserstack
Expand Down

0 comments on commit a8368eb

Please sign in to comment.