mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'no-performance-valgrind' into 'main'
tests: Don’t run the GObject performance tests under valgrind See merge request GNOME/glib!3279
This commit is contained in:
commit
2c14e71162
@ -36,7 +36,7 @@ foreach test_name, extra_args : gobject_tests
|
||||
install: install,
|
||||
)
|
||||
|
||||
suite = ['gobject', 'performance'] + extra_args.get('suite', [])
|
||||
suite = ['gobject', 'performance', 'no-valgrind'] + extra_args.get('suite', [])
|
||||
timeout = suite.contains('slow') ? test_timeout_slow : test_timeout
|
||||
args = extra_args.get('args', [])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user