mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
80a3eb5ab5
Can be re-enabled once https://github.com/systemd/systemd/issues/33156 is solved
12 lines
313 B
Meson
12 lines
313 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
integration_tests += [
|
|
integration_test_template + {
|
|
'name' : fs.name(meson.current_source_dir()),
|
|
'timeout' : 3600,
|
|
'priority' : 50,
|
|
'vm' : true,
|
|
'enabled' : false,
|
|
},
|
|
]
|