From: Matthias Clasen Date: Wed, 3 May 2023 18:41:37 +0000 (-0400) Subject: ci: Stop running failing tests X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~315^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da7040874e81889af344bcc88a4256a76dad933f;p=gtk4.git ci: Stop running failing tests This makes the test output much harder to read, and is just a waste of time. --- 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} ;;