7 lines
283 B
YAML
7 lines
283 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_timer/test_apps:
|
|
disable:
|
|
- if: CONFIG_NAME == "dfs" and SOC_CLK_XTAL32K_SUPPORTED != 1
|
|
reason: The test requires the XTAL32K clock to measure the esp_timer timing accuracy
|