mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
change(freertos/idf): Temporarily disable "Test suspend-resume CPU works with xTimer'"
The test is flakey with the v10.5.1 kernel.
This commit is contained in:
@@ -389,7 +389,8 @@ static void test_scheduler_suspend3(int cpu)
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
TEST_CASE("Test suspend-resume CPU works with xTimer", "[freertos]")
|
||||
/* Temporarily disabled due to failure with FreeRTOS v10.5.1 (IDF-8364) */
|
||||
TEST_CASE("Test suspend-resume CPU works with xTimer", "[freertos][ignore]")
|
||||
{
|
||||
printf("Suspend both CPUs:\n");
|
||||
suspend_both_cpus = true;
|
||||
|
Reference in New Issue
Block a user