ci(aio): move e2e tests to non-optional job

This essentially reverts #20178, since the flakes should be gone after
pinning ChromeDriver and Chrome versions to 2.32 and 59 respectively.
This commit is contained in:
George Kalpakas
2017-11-15 13:30:39 +02:00
committed by Alex Rickabaugh
parent 71236737ab
commit 49c45f336e
5 changed files with 8 additions and 27 deletions

View File

@ -50,8 +50,7 @@ travisFoldEnd "bower-install"
if [[ ${TRAVIS} &&
${CI_MODE} == "aio" ||
${CI_MODE} == "aio_e2e" ||
${CI_MODE} == "aio_tools_test" ||
${CI_MODE} == "aio_optional"
${CI_MODE} == "aio_tools_test"
]]; then
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
travisFoldStart "yarn-install.aio"
@ -84,8 +83,7 @@ if [[ ${TRAVIS} &&
${CI_MODE} == "e2e" ||
${CI_MODE} == "e2e_2" ||
${CI_MODE} == "aio" ||
${CI_MODE} == "aio_e2e" ||
${CI_MODE} == "aio_optional"
${CI_MODE} == "aio_e2e"
]]; then
travisFoldStart "install-chromium"
(