Skip to content

Commit

Permalink
Enable resolver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius committed Dec 18, 2023
1 parent 93d7432 commit 05b0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ int main() {
my_unit_poller(test_read_write_struct),
my_unit_poller(test_read_write_lines),
my_unit_test2(test_read_write_full_ssl, TSelect, TPoll),
// my_unit_test2(test_resolver, TSelect, TPoll),
my_unit_test2(test_resolver, TSelect, TPoll),
#ifdef __linux__
cmocka_unit_test(test_uring_create),
cmocka_unit_test(test_uring_write),
Expand Down

0 comments on commit 05b0ba2

Please sign in to comment.