diff options
-rw-r--r-- | libnm-glib/tests/meson.build | 5 | ||||
-rw-r--r-- | libnm/tests/meson.build | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/libnm-glib/tests/meson.build b/libnm-glib/tests/meson.build index 954cccb8c..d6f872b9a 100644 --- a/libnm-glib/tests/meson.build +++ b/libnm-glib/tests/meson.build @@ -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 diff --git a/libnm/tests/meson.build b/libnm/tests/meson.build index 731fd8831..d5f7953d1 100644 --- a/libnm/tests/meson.build +++ b/libnm/tests/meson.build @@ -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 = [ |