Skip to content

Don't check the memory leaks in the libdns tests as they hide the cmocka assertion failures

This MR disable internal memory check in the lib/dns/tests as cmocka assert functions causes to not deallocate the memory in the test and then the test crashes before it can report the errors.

Closes #628 (closed)

Merge request reports