diff --git a/components/driver/test/test_ledc.c b/components/driver/test/test_ledc.c index e390dde7af..64a37ca5e0 100644 --- a/components/driver/test/test_ledc.c +++ b/components/driver/test/test_ledc.c @@ -31,6 +31,9 @@ #define HIGHEST_LIMIT 10000 #define LOWEST_LIMIT -10000 +#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2) +//no runners + // use PCNT to test the waveform of LEDC static int16_t wave_count(int last_time) { @@ -539,4 +542,4 @@ TEST_CASE("LEDC memory test", "[ledc][test_env=UT_T1_LEDC]") TEST_ESP_OK(ledc_stop(test_speed_mode, LEDC_CHANNEL_0, 0)); } - +#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2) diff --git a/components/fatfs/test/test_fatfs_sdmmc.c b/components/fatfs/test/test_fatfs_sdmmc.c index d6fd3b1432..f60e3726ea 100644 --- a/components/fatfs/test/test_fatfs_sdmmc.c +++ b/components/fatfs/test/test_fatfs_sdmmc.c @@ -307,8 +307,8 @@ TEST_CASE("(SD) opendir, readdir, rewinddir, seekdir work as expected using UTF- #endif //SDMMC HOST SUPPORTED -#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2BETA) - +#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2) +//no runners static void sdspi_speed_test(void *buf, size_t buf_size, size_t file_size, bool write); TEST_CASE("(SDSPI) write/read speed test", "[fatfs][sd][test_env=UT_T1_SPIMODE][timeout=60]")