Remove IE 64bit from ci until they fix the keyboard input issues

This commit is contained in:
Chi Vinh Le
2017-11-10 14:05:43 +01:00
parent dd1fbf30ca
commit 933903de2f
+2 -1
View File
@@ -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