From 70552506923185547a896e5e37283fd3650e98b3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 May 2023 10:18:22 -0400 Subject: [PATCH] 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. --- .gitlab-ci/run-tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 96455eacc7..53d73beb36 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -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} ;; -- 2.30.2