diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-26 17:35:26 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-29 09:56:52 +0100 |
commit | c564a349e5d21fb571df3759f926fba640386b45 (patch) | |
tree | cb32bf7981138adc3920d9fb470497e3817b8cf5 /.gitlab-ci | |
parent | 42d580dc07c59aea276cf258a2ec9fb77f341bb6 (diff) | |
download | gtk+-c564a349e5d21fb571df3759f926fba640386b45.tar.gz |
testsuite: Make reftests work again
Well, the testrunner works again, the tests don't all succeed.
So exclude them from CI.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x | .gitlab-ci/test-docker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh index 8a952d7356..17cc7f7313 100755 --- a/.gitlab-ci/test-docker.sh +++ b/.gitlab-ci/test-docker.sh @@ -30,4 +30,5 @@ xvfb-run -a -s "-screen 0 1024x768x24" \ --print-errorlogs \ --suite=gtk \ --no-suite=gtk:gsk \ + --no-suite=gtk:reftest \ --no-suite=gtk:a11y |