mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
a40eb432cb
I don't know why yet, but TEST-73-LOCALE can take more than 10
minutes. Until we figure out why, let's give it a higher priority
so it doesn't bottleneck the test run.
(cherry picked from commit 14963ea90d
)
9 lines
215 B
Meson
9 lines
215 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'priority' : 10,
|
|
},
|
|
]
|