mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +00:00
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:

committed by
Erhan Kurubas

parent
546a8c8884
commit
24b3a11c65
@@ -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);
|
||||
|
Reference in New Issue
Block a user