mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 11:28:02 +02:00
build: meson: enable all tests again
Some tests were disabled because they failed when run in parallel. Now that we use the wrapper script they succeed and can be enabled again.
This commit is contained in:
parent
0dace9b52a
commit
0c39a02ce0
2 changed files with 5 additions and 7 deletions
|
|
@ -7,9 +7,8 @@ deps = [
|
|||
]
|
||||
|
||||
test_units = [
|
||||
# FIXME: these tests currently fail
|
||||
#'test-nm-client',
|
||||
#'test-remote-settings-client'
|
||||
'test-nm-client',
|
||||
'test-remote-settings-client'
|
||||
]
|
||||
|
||||
foreach test_unit: test_units
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
test_units = [
|
||||
['test-general', shared_utils, [libnm_utils]],
|
||||
# FIXME: these tests fails usually
|
||||
#['test-nm-client', shared_test_utils, []],
|
||||
#['test-remote-settings-client', shared_test_utils, []],
|
||||
#['test-secret-agent', shared_test_utils, []]
|
||||
['test-nm-client', shared_test_utils, []],
|
||||
['test-remote-settings-client', shared_test_utils, []],
|
||||
['test-secret-agent', shared_test_utils, []]
|
||||
]
|
||||
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue