mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-09 23:43:11 +02:00
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:
commit
e57e10f0f2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user