From 933903de2fe394e28a8ffb148d634326241eab1c Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 10 Nov 2017 14:05:43 +0100 Subject: [PATCH] Remove IE 64bit from ci until they fix the keyboard input issues --- scripts/e2e-ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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