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:

committed by
Alex Rickabaugh

parent
b4db2e25d6
commit
b89e7c2cb7
@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user