ci: Disable some unit-test-apps for esp32c6 to pass ci build stage

This commit is contained in:
Song Ruo Jing
2022-11-09 18:23:49 +08:00
parent c17b134711
commit e13a4ad963
17 changed files with 46 additions and 27 deletions

View File

@@ -34,6 +34,7 @@
__attribute__((unused)) static struct timeval tv_start, tv_stop;
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6)
#ifndef CONFIG_FREERTOS_UNICORE
static void deep_sleep_task(void *arg)
{
@@ -590,3 +591,4 @@ TEST_CASE("wake up using GPIO (2 or 4 low)", "[deepsleep][ignore]")
}
#endif // SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C6) TODO: IDF-5348, IDF-5349