mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-31 19:25:14 +02:00
mqtt: reenable outbox unit tests for esp32s2
This commit is contained in:
committed by
Euripedes Rocha
parent
29ce3c5869
commit
9db10b5b7b
@@ -37,7 +37,6 @@ TEST_CASE("mqtt init and deinit", "[mqtt][leaks=0]")
|
|||||||
esp_mqtt_client_destroy(client);
|
esp_mqtt_client_destroy(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
static const char* this_bin_addr(void)
|
static const char* this_bin_addr(void)
|
||||||
{
|
{
|
||||||
spi_flash_mmap_handle_t out_handle;
|
spi_flash_mmap_handle_t out_handle;
|
||||||
@@ -69,4 +68,3 @@ TEST_CASE("mqtt enqueue and destroy outbox", "[mqtt][leaks=0]")
|
|||||||
|
|
||||||
esp_mqtt_client_destroy(client);
|
esp_mqtt_client_destroy(client);
|
||||||
}
|
}
|
||||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
|
||||||
|
Reference in New Issue
Block a user