From db677e68988511151ae315f9d1f65099638b0d75 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 19 Mar 2020 21:14:33 +0100 Subject: [PATCH] mqtt: reenable outbox unit tests for esp32s2 --- components/mqtt/test/test_mqtt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/mqtt/test/test_mqtt.c b/components/mqtt/test/test_mqtt.c index 7e6ed299df..1cf06188a2 100644 --- a/components/mqtt/test/test_mqtt.c +++ b/components/mqtt/test/test_mqtt.c @@ -37,7 +37,6 @@ TEST_CASE("mqtt init and deinit", "[mqtt][leaks=0]") esp_mqtt_client_destroy(client); } -#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2) static const char* this_bin_addr(void) { 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); } -#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)