summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2023-10-18 23:33:04 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2023-10-18 23:33:04 +0000
commitf25a9ca10c6ba791b9d61fd42577585e7d642ae9 (patch)
tree45580a8bb042450d9fb72b8620117b018636f242 /gobject
parent592be87b7a25841a87daeedeb62bcb63d06a1ba7 (diff)
Initial test of Hurd CI - (run_tests.sh status ignored)
Diffstat (limited to 'gobject')
-rw-r--r--gobject/tests/performance/meson.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/gobject/tests/performance/meson.build b/gobject/tests/performance/meson.build
index 2984a6c28..0147f7c85 100644
--- a/gobject/tests/performance/meson.build
+++ b/gobject/tests/performance/meson.build
@@ -1,5 +1,9 @@
gobject_tests = {
- 'performance' : { 'args' : [ '--seconds', '0' ] },
+ 'performance' : {
+ 'args' : [ '--seconds', '0' ],
+ # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
+ 'can_fail' : host_system == 'gnu',
+ },
'performance-threaded' : { 'args' : [ '--seconds', '0' ] },
}