summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-03 14:41:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-03 14:42:10 -0400
commitda7040874e81889af344bcc88a4256a76dad933f (patch)
tree9602c12e4f2d8f7afe670e069ed76302185167c2 /.gitlab-ci
parent6f9c4c894dcce6c277f9ab55aa28ce7616b9fd94 (diff)
downloadgtk+-da7040874e81889af344bcc88a4256a76dad933f.tar.gz
ci: Stop running failing tests
This makes the test output much harder to read, and is just a waste of time.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-tests.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index e06668ec8c..dfa3889756 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -28,13 +28,6 @@ case "${backend}" in
# generate the reports
exit_code=$?
- xvfb-run -a -s "-screen 0 1024x768x24 -noreset" \
- meson test -C ${builddir} \
- --timeout-multiplier "${multiplier}" \
- --print-errorlogs \
- --setup=${backend}_unstable \
- --suite=flaky \
- --suite=failing || true
;;
wayland*)
@@ -55,13 +48,6 @@ case "${backend}" in
--no-suite=gsk-compare-broadway
exit_code=$?
- meson test -C ${builddir} \
- --timeout-multiplier "${multiplier}" \
- --print-errorlogs \
- --setup=${backend}_unstable \
- --suite=flaky \
- --suite=failing || true
-
kill ${compositor}
;;
@@ -84,13 +70,6 @@ case "${backend}" in
# don't let Broadway failures fail the run, for now
exit_code=0
- meson test -C ${builddir} \
- --timeout-multiplier "${multiplier}" \
- --print-errorlogs \
- --setup=${backend}_unstable \
- --suite=flaky \
- --suite=failing || true
-
kill ${server}
;;