test(panic): remove WDT both CPU test

Test never worked on S3/P4 and was flakey on ESP32. Hard to design a reliable test
case that triggers both WDT at the exact same time.
This commit is contained in:
Marius Vikhammer
2024-01-23 10:07:28 +08:00
parent 8c1f5e6015
commit 297607587b
4 changed files with 0 additions and 48 deletions
@@ -32,7 +32,6 @@ void test_panic_extram_stack(void);
#if !CONFIG_FREERTOS_UNICORE
void test_task_wdt_cpu1(void);
void test_task_wdt_both_cpus(void);
#endif
void test_storeprohibited(void);