fix(mbedtls/test_apps): Enabling psram test for esp32p4

This commit is contained in:
hrushikesh.bhosale
2026-02-18 11:55:06 +05:30
parent b6eab8cac8
commit 7b2bd0453a
@@ -9,7 +9,7 @@ components/mbedtls/test_apps:
- if: CONFIG_NAME == "psram_all_ext_flash_enc_f4r8" and IDF_TARGET != "esp32s3"
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
disable_test:
- if: CONFIG_NAME == "psram_all_ext_flash_enc" and IDF_TARGET not in ["esp32", "esp32c5"]
- if: CONFIG_NAME == "psram_all_ext_flash_enc" and IDF_TARGET not in ["esp32", "esp32p4", "esp32c5"]
reason: lack of runners
depends_components:
- mbedtls