mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
317 B
YAML
10 lines
317 B
YAML
components/spiffs/host_test:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|
|
reason: only test on linux
|
|
|
|
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)
|