Remove edge from ci testing

This commit is contained in:
Chi Vinh Le
2017-10-18 23:24:46 +07:00
parent c8325c91a4
commit 91f6c5a088
+1 -1
View File
@@ -23,7 +23,7 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then
browserstack firefox
# browserstack safari Safari >= 8 has issues connecting to browserstack-local. Safari < 8 is too old.
browserstack ie
browserstack edge
# browserstack edge - Edge randomly fails when switching from the login popup back to the main window.
exit $exitCode
else