mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02: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',
|
'can_fail' : host_system == 'darwin',
|
||||||
},
|
},
|
||||||
'error' : {},
|
'error' : {},
|
||||||
'fileutils' : {},
|
'fileutils' : {
|
||||||
|
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2800
|
||||||
|
'can_fail' : host_system == 'windows' and cc.get_id() == 'msvc',
|
||||||
|
},
|
||||||
'gdatetime' : {
|
'gdatetime' : {
|
||||||
'suite' : ['slow'],
|
'suite' : ['slow'],
|
||||||
'can_fail' : host_system == 'windows',
|
'can_fail' : host_system == 'windows',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user