ci: Stop special-casing broadway

We are not running the broadway tests anymore,
so no need to special-case them in the run-test.sh
script either.
This commit is contained in:
Matthias Clasen 2023-05-11 10:18:22 -04:00
parent 98f63d09c0
commit 7055250692

View File

@ -69,9 +69,6 @@ case "${backend}" in
--no-suite=flaky \
--no-suite=gsk-compare-opengl
# don't let Broadway failures fail the run, for now
exit_code=0
kill ${server}
;;