From 14e60d21acad957837cf6dd0ddc7ae88645ede59 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Sep 2023 12:17:47 -0400 Subject: [PATCH] ci: Skip the headless tests Despite waiting for a long time, these still regularly time out on slow runners. --- .gitlab-ci/run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 935b88f9f4..eaf7226f35 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -23,6 +23,7 @@ case "${backend}" in --suite=gtk \ --no-suite=failing \ --no-suite=flaky \ + --no-suite=headless \ --no-suite=gsk-compare-broadway # Store the exit code for the CI run, but always @@ -45,6 +46,7 @@ case "${backend}" in --suite=gtk \ --no-suite=failing \ --no-suite=flaky \ + --no-suite=headless \ --no-suite=${backend}_failing \ --no-suite=gsk-compare-broadway exit_code=$? @@ -67,6 +69,7 @@ case "${backend}" in --suite=gtk \ --no-suite=failing \ --no-suite=flaky \ + --no-suite=headless \ --no-suite=gsk-compare-opengl kill ${server}