mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
glib/tests/meson: Ignore another new windows tests failure
This commit is contained in:
parent
94273b0ebf
commit
584a4f64c9
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user