fix(storage/console): fix test configuration

This commit is contained in:
Tomáš Rohlínek
2024-11-28 13:34:25 +01:00
committed by Tomas Rohlinek
parent c6d24bddf7
commit 8e0239f04b
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ components/esp_system/test_apps/console:
disable:
- if: CONFIG_NAME == "serial_jtag_only" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
- if: CONFIG_NAME == "serial_jtag_only_no_vfs" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
disable_test:
- if: CONFIG_NAME == "simple" and IDF_TARGET != "esp32"
components/esp_system/test_apps/esp_system_unity_tests:
disable:

View File

@@ -1,2 +1,3 @@
CONFIG_ESP_CONSOLE_NONE=y
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
CONFIG_VFS_SUPPORT_IO=y