mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
relax memory leak threshold for some wifi test case
This commit is contained in:
@@ -104,6 +104,7 @@ static void wifi_driver_can_start_on_APP_CPU_task(void* arg)
|
|||||||
|
|
||||||
TEST_CASE("wifi driver can start on APP CPU", "[wifi_init]")
|
TEST_CASE("wifi driver can start on APP CPU", "[wifi_init]")
|
||||||
{
|
{
|
||||||
|
test_case_uses_tcpip();
|
||||||
TaskHandle_t th = NULL;
|
TaskHandle_t th = NULL;
|
||||||
SemaphoreHandle_t sema = xSemaphoreCreateBinary();
|
SemaphoreHandle_t sema = xSemaphoreCreateBinary();
|
||||||
TEST_ASSERT_NOT_NULL(sema);
|
TEST_ASSERT_NOT_NULL(sema);
|
||||||
@@ -206,6 +207,7 @@ static void wifi_stop_task(void* arg)
|
|||||||
|
|
||||||
TEST_CASE("Calling esp_wifi_stop() without start", "[wifi_init]")
|
TEST_CASE("Calling esp_wifi_stop() without start", "[wifi_init]")
|
||||||
{
|
{
|
||||||
|
test_case_uses_tcpip();
|
||||||
TaskHandle_t th = NULL;
|
TaskHandle_t th = NULL;
|
||||||
SemaphoreHandle_t sema = xSemaphoreCreateBinary();
|
SemaphoreHandle_t sema = xSemaphoreCreateBinary();
|
||||||
TEST_ASSERT_NOT_NULL(sema);
|
TEST_ASSERT_NOT_NULL(sema);
|
||||||
|
Reference in New Issue
Block a user