ci: Stop special-casing broadway
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 14:18:22 +0000 (10:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 May 2023 23:53:03 +0000 (19:53 -0400)
We are not running the broadway tests anymore,
so no need to special-case them in the run-test.sh
script either.

.gitlab-ci/run-tests.sh

index 96455eacc7ccf74d4eadad581bbd5de35ef4a74d..53d73beb36ec9de2edd33c4b3a2de7d7b686b0a3 100755 (executable)
@@ -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}
     ;;