Skip to content

Commit

Permalink
esp-netif: reenabled dhcp unit tests for esp32s2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak authored and espressif-bot committed Apr 1, 2020
1 parent db677e6 commit 4fad90b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/esp_netif/test/test_esp_netif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]")
{
Expand Down

0 comments on commit 4fad90b

Please sign in to comment.