summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-01 16:00:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-01 16:29:45 -0400
commita235b59089a7fe2d7957f20bcd2a67f9aef2f724 (patch)
tree7920d44a6564d720009fcfd0521a3e9bb6bc425a /.gitlab-ci
parentb79d4a3a22441efe61d0cfc4467704e45f205d10 (diff)
downloadgtk+-a235b59089a7fe2d7957f20bcd2a67f9aef2f724.tar.gz
Skip some tests with small textures
When textures are too large, we will scale them down to fit the max texture size, which will cause comparisons to fail.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 51e2db68fd..4a206ef2b0 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -50,6 +50,7 @@ case "${backend}" in
--suite=gtk \
--no-suite=failing \
--no-suite=flaky \
+ --no-suite=${backend}_failing \
--no-suite=gsk-compare-broadway
exit_code=$?