CI: Don't run tests for openSUSE Meson mingw builds for now

They don't find their library dependencies.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-06-27 19:13:07 +01:00
parent 1f8bf48801
commit 4fd2dfdf51

View file

@ -284,6 +284,9 @@ opensuse mingw64 meson debug:
variables:
ci_host: "x86_64-w64-mingw32"
ci_local_packages: "no"
# TODO: Tests in this configuration fail to find the mingw builds
# of expat and GLib in /usr/x86_64-w64-mingw32/sys-root/mingw/bin
ci_test: "no"
ci_variant: "debug"
.ubuntu-build: