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
committed by Erhan Kurubas
parent 546a8c8884
commit 24b3a11c65
4 changed files with 0 additions and 48 deletions

View File

@@ -88,7 +88,6 @@ void app_main(void)
#endif
#if !CONFIG_FREERTOS_UNICORE
HANDLE_TEST(test_name, test_task_wdt_cpu1);
HANDLE_TEST(test_name, test_task_wdt_both_cpus);
#endif
HANDLE_TEST(test_name, test_storeprohibited);
HANDLE_TEST(test_name, test_cache_error);