mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
glib,gio/tests: Mark some spawn tests as flaky under windows
It a may fail at times, but it generally works: See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2346261 See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2346262
This commit is contained in:
@@ -67,7 +67,9 @@ gio_tests = {
|
||||
'fileattributematcher' : {},
|
||||
'filter-streams' : {},
|
||||
'giomodule' : {},
|
||||
'gsubprocess' : {},
|
||||
'gsubprocess' : {
|
||||
'suite': host_system == 'windows' ? ['flaky'] : [],
|
||||
},
|
||||
'g-file' : {},
|
||||
'g-file-info' : {
|
||||
'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
|
||||
|
Reference in New Issue
Block a user