Merge branch 'backport-4442-meson-subproject-test-setups-glib-2-82' into 'glib-2-82'

Backport !4442 “Don't mark test setups as default in subprojects” to glib-2-82

See merge request GNOME/glib!4482
This commit is contained in:
Michael Catanzaro 2025-02-11 10:33:02 +00:00
commit e57e10f0f2

View File

@ -183,7 +183,7 @@ test_timeout = 30
test_timeout_slow = 90
add_test_setup('default',
is_default: true,
is_default: not meson.is_subproject(),
exclude_suites: ['flaky', 'failing'],
env: common_test_env,
timeout_multiplier: 2,