mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
18 lines
400 B
YAML
18 lines
400 B
YAML
components/vfs/test_apps:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32h21"
|
|
temporary: true
|
|
reason: not support yet # TODO: [esp32h21] IDF-11593
|
|
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s3"]
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
depends_components:
|
|
- vfs
|
|
- fatfs
|
|
- spiffs
|
|
- console
|
|
- driver
|