diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index e4a458e..8bf6437 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -870,6 +870,10 @@ def skippable(suite, test): if test.endswith('15 llvm'): return True + # This test breaks with gobject-introspection <= 1.58.1 + if test.endswith('34 gir static lib'): + return True + # No frameworks test should be skipped on linux CI, as we expect all # prerequisites to be installed if mesonlib.is_linux(): |