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

@ -46,9 +46,6 @@ case ${CI_MODE} in
aio_e2e)
${thisDir}/test-aio-e2e.sh
;;
aio_optional)
${thisDir}/test-aio-optional.sh
;;
bazel)
${thisDir}/test-bazel.sh
;;