Temporary : Disable leak tests

This commit is contained in:
Anurag Kar
2018-08-30 02:30:41 +05:30
parent e2da1d9905
commit e2b4ad8f6e
2 changed files with 30 additions and 30 deletions

View File

@@ -500,10 +500,10 @@ bool leak_test(void)
httpd_handle_t start_tests()
{
leak_test();
// leak_test();
httpd_handle_t hd = test_httpd_start();
if (hd) {
test_handler_limit(hd);
// test_handler_limit(hd);
register_basic_handlers(hd);
}
return hd;