]> granicus.if.org Git - esp-idf/commitdiff
watchdog: enable INT WDT unit test
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 1 Dec 2017 04:23:33 +0000 (12:23 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 1 Dec 2017 12:10:26 +0000 (20:10 +0800)
components/esp32/test/test_int_wdt.c

index 80a8462ff44b7e95d855974a0b7ef35cf1a736d2..9bfde9cdcaae077dcc4f2160cd47e9196595a74e 100644 (file)
@@ -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);