diff --git a/components/esp32/test/test_int_wdt.c b/components/esp32/test/test_int_wdt.c index 80a8462ff4..9bfde9cdca 100644 --- a/components/esp32/test/test_int_wdt.c +++ b/components/esp32/test/test_int_wdt.c @@ -13,7 +13,7 @@ -TEST_CASE("Int wdt test", "[esp32][ignore]") +TEST_CASE("Int wdt test", "[esp32][reset=Interrupt wdt timeout on CPU0,SW_CPU_RESET]") { portENTER_CRITICAL_NESTED(); while(1);