ci: Re-enable the accessibility test suite

Now that we have something that is both reliable and local.
This commit is contained in:
Emmanuele Bassi 2020-07-26 20:56:54 +01:00
parent ac0fcc55a6
commit cbc6244bc5

View File

@ -18,7 +18,6 @@ case "${backend}" in
--print-errorlogs \
--setup=${backend} \
--suite=gtk \
--no-suite=gtk:a11y \
--no-suite=gsk-compare-broadway
# Store the exit code for the CI run, but always
@ -38,7 +37,6 @@ case "${backend}" in
--print-errorlogs \
--setup=${backend} \
--suite=gtk \
--no-suite=gtk:a11y \
--no-suite=gsk-compare-broadway
exit_code=$?
@ -57,7 +55,6 @@ case "${backend}" in
--print-errorlogs \
--setup=${backend} \
--suite=gtk \
--no-suite=gtk:a11y \
--no-suite=gsk-compare-opengl
# don't let Broadway failures fail the run, for now