diff --git a/components/esp_hw_support/test_apps/rtc_clk/main/test_rtc_clk.c b/components/esp_hw_support/test_apps/rtc_clk/main/test_rtc_clk.c index 3d5c69932e..46f0edbe1b 100644 --- a/components/esp_hw_support/test_apps/rtc_clk/main/test_rtc_clk.c +++ b/components/esp_hw_support/test_apps/rtc_clk/main/test_rtc_clk.c @@ -349,8 +349,6 @@ TEST_CASE("Test starting 'External 32kHz XTAL' on the board without it.", "[test #endif // !TEMPORARY_DISABLED_FOR_TARGETS(...) -#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2) -//IDF-5060 TEST_CASE("Test rtc clk calibration compensation", "[rtc_clk]") { int64_t t1 = esp_rtc_get_time_us(); @@ -428,5 +426,3 @@ static void check_time_deepsleep_2(void) } TEST_CASE_MULTIPLE_STAGES("Test rtc clk calibration compensation across deep sleep", "", trigger_deepsleep, check_time_deepsleep_1, check_time_deepsleep_2); - -#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)