Skip to content

Commit

Permalink
test/ua: disable dns cache for reg_dns tests
Browse files Browse the repository at this point in the history
similar to c15b6e2
  • Loading branch information
cspiel1 committed Jun 19, 2024
1 parent caeb902 commit 24da828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ua.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ static int reg_dns(enum sip_transp tp)

memset(&t, 0, sizeof(t));

dnsc_cache_max(net_dnsc(net), 0);

/*
* Setup server-side mocks:
*/
Expand Down

0 comments on commit 24da828

Please sign in to comment.