mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +00:00
Temporary : Disable leak tests
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user