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:
Emmanuele Bassi 2023-02-22 01:36:27 +00:00
commit 2c14e71162

View File

@ -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', [])