mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
294 B
YAML
11 lines
294 B
YAML
components/spiffs/test_apps:
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
|
|
reason: These chips should be sufficient for test coverage (Xtensa and RISC-V, single and dual core)
|
|
|
|
depends_components:
|
|
- spi_flash
|
|
- esp_partition
|
|
- spiffs
|
|
- vfs
|