diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index b6f933528..a828073d9 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -7,7 +7,8 @@ CIRCLE_BRANCH=${CIRCLE_BRANCH_XX:-master} E2E_MAX_RETRIES=${E2E_MAX_RETRIES:-1} # Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old. -BROWSERS="chrome,firefox,ie,edge" #safari +# IE 64bit has issues with receiving keyboard input. Let's wait for them to fix it. +BROWSERS="chrome,firefox,edge" #ie safari if [[ "${CIRCLE_BRANCH}" == "master" && -n "$BROWSERSTACK_KEY" ]]; then echo Testing on browserstack