summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-11 10:18:22 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-11 19:53:03 -0400
commit70552506923185547a896e5e37283fd3650e98b3 (patch)
tree4361b7ddeb1f300f4a0c0d64220576b82e06c502
parent98f63d09c0f5fe319838f10d4404241bfa699b66 (diff)
downloadgtk+-70552506923185547a896e5e37283fd3650e98b3.tar.gz
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.
-rwxr-xr-x.gitlab-ci/run-tests.sh3
1 files changed, 0 insertions, 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}
;;