esp-idf/components/spiffs/test_apps/.build-test-rules.yml

11 wiersze
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