Skip to content

Commit

Permalink
system-plugin: remove systemd dependant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 15, 2022
1 parent c3c07ee commit 1bf027a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/system_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ int main(void)
cmocka_unit_test(test_check_hostname_incorrect),
cmocka_unit_test(test_check_timezone_name_correct),
cmocka_unit_test(test_check_timezone_name_incorrect),
cmocka_unit_test(test_load_dns_resolver_search_correct),
cmocka_unit_test(test_load_dns_resolver_server_correct),
// cmocka_unit_test(test_load_dns_resolver_search_correct),
// cmocka_unit_test(test_load_dns_resolver_server_correct),
};

return cmocka_run_group_tests(tests, setup, teardown);
Expand Down

0 comments on commit 1bf027a

Please sign in to comment.