mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp-netif: reenabled dhcp unit tests for esp32s2
This commit is contained in:
parent
db677e6898
commit
4fad90b0b1
@ -63,7 +63,6 @@ TEST_CASE("esp_netif: create and delete multiple netifs", "[esp_netif][leaks=0]"
|
||||
|
||||
}
|
||||
|
||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
||||
TEST_CASE("esp_netif: test dhcp client state transitions for wifi station", "[esp_netif]")
|
||||
{
|
||||
// init default wifi netif
|
||||
@ -190,7 +189,6 @@ TEST_CASE("esp_netif: test dhcp state transitions for mesh netifs", "[esp_netif]
|
||||
TEST_ASSERT(esp_wifi_deinit() == ESP_OK);
|
||||
nvs_flash_deinit();
|
||||
}
|
||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2)
|
||||
|
||||
TEST_CASE("esp_netif: create custom wifi interfaces", "[esp_netif][leaks=0]")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user