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

14 lines
438 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/esp_system/test_apps/esp_system_unity_tests:
disable:
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: test not pass, should be re-enable # TODO: IDF-8978
components/esp_system/test_apps/linux_apis:
enable:
- if: IDF_TARGET == "linux"