glib/tests/meson: Ignore another new windows tests failure

This commit is contained in:
Marco Trevisan (Treviño) 2022-10-31 02:30:56 +01:00
parent 94273b0ebf
commit 584a4f64c9

View File

@ -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',