feat(system): Enables test_ipc_isr_riscv for ESP32-P4

This commit is contained in:
Konstantin Kondrashov
2024-09-10 15:02:42 +03:00
parent 599c14d8f0
commit f555812975
2 changed files with 3 additions and 8 deletions
-4
View File
@@ -118,10 +118,6 @@ examples/system/ipc/ipc_isr/riscv:
enable:
- if: IDF_TARGET_ARCH_RISCV == 1 and ESP_IPC_ISR_ENABLE == 1
reason: The test is intended only for multi-core chips
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: lack of runners
depends_components:
- esp_system