From 584a4f64c98ef92448ce4626e5ca459076abe8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 31 Oct 2022 02:30:56 +0100 Subject: [PATCH] glib/tests/meson: Ignore another new windows tests failure --- glib/tests/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glib/tests/meson.build b/glib/tests/meson.build index bbb68f984..1f1275d80 100644 --- a/glib/tests/meson.build +++ b/glib/tests/meson.build @@ -26,7 +26,10 @@ glib_tests = { 'can_fail' : host_system == 'darwin', }, 'error' : {}, - 'fileutils' : {}, + 'fileutils' : { + # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2800 + 'can_fail' : host_system == 'windows' and cc.get_id() == 'msvc', + }, 'gdatetime' : { 'suite' : ['slow'], 'can_fail' : host_system == 'windows',