Skip to content

Commit 3546c81

Browse files
committed
ci(sdmmc): re-enable CD/WP tests
1 parent b08ddfb commit 3546c81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/esp_driver_sdmmc/test_apps/sdmmc/components/sdmmc_tests/sdmmc_test_cd_wp_sd.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include "sd_pwr_ctrl.h"
1313
#include "sd_pwr_ctrl_by_on_chip_ldo.h"
1414

15-
//TODO: IDF-8734
16-
#if !CONFIG_IDF_TARGET_ESP32 && !CONFIG_IDF_TARGET_ESP32S3
1715
TEST_CASE("CD input works in SD mode", "[sdmmc]")
1816
{
1917
sdmmc_host_t config = SDMMC_HOST_DEFAULT();
@@ -75,4 +73,3 @@ TEST_CASE("WP input works in SD mode", "[sdmmc]")
7573
TEST_ESP_OK(sd_pwr_ctrl_del_on_chip_ldo(config.pwr_ctrl_handle));
7674
#endif
7775
}
78-
#endif

0 commit comments

Comments
 (0)