ci: Mark failing windows tests as can-fail and do not ignore test failures

This commit is contained in:
Marco Trevisan (Treviño)
2022-10-19 21:34:48 +02:00
parent b9e085537d
commit 54a9e797fe
5 changed files with 17 additions and 6 deletions

View File

@@ -125,7 +125,9 @@ endif
python_tests = {
'genmarshal.py' : {},
'gobject-query.py' : {},
'gobject-query.py' : {
'can_fail' : host_system == 'windows',
},
'mkenums.py' : {},
}