ci: Skip the headless tests
Despite waiting for a long time, these still regularly time out on slow runners.
This commit is contained in:
@@ -23,6 +23,7 @@ case "${backend}" in
|
|||||||
--suite=gtk \
|
--suite=gtk \
|
||||||
--no-suite=failing \
|
--no-suite=failing \
|
||||||
--no-suite=flaky \
|
--no-suite=flaky \
|
||||||
|
--no-suite=headless \
|
||||||
--no-suite=gsk-compare-broadway
|
--no-suite=gsk-compare-broadway
|
||||||
|
|
||||||
# Store the exit code for the CI run, but always
|
# Store the exit code for the CI run, but always
|
||||||
@@ -45,6 +46,7 @@ case "${backend}" in
|
|||||||
--suite=gtk \
|
--suite=gtk \
|
||||||
--no-suite=failing \
|
--no-suite=failing \
|
||||||
--no-suite=flaky \
|
--no-suite=flaky \
|
||||||
|
--no-suite=headless \
|
||||||
--no-suite=${backend}_failing \
|
--no-suite=${backend}_failing \
|
||||||
--no-suite=gsk-compare-broadway
|
--no-suite=gsk-compare-broadway
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
@@ -67,6 +69,7 @@ case "${backend}" in
|
|||||||
--suite=gtk \
|
--suite=gtk \
|
||||||
--no-suite=failing \
|
--no-suite=failing \
|
||||||
--no-suite=flaky \
|
--no-suite=flaky \
|
||||||
|
--no-suite=headless \
|
||||||
--no-suite=gsk-compare-opengl
|
--no-suite=gsk-compare-opengl
|
||||||
|
|
||||||
kill ${server}
|
kill ${server}
|
||||||
|
|||||||
Reference in New Issue
Block a user