ci: mcpwn_sync disable_test for target since pytest does not run those tests

This commit is contained in:
igor.udot
2026-03-12 09:22:33 +08:00
parent f7395255da
commit f6937da144
@@ -285,6 +285,11 @@ examples/peripherals/mcpwm/mcpwm_sync:
- if: SOC_MCPWM_SUPPORTED != 1
depends_components:
- esp_driver_mcpwm
disable_test:
- if: IDF_TARGET in ["esp32c6", "esp32h2", "esp32p4"]
temporary: true
reason: pytest does not run those tests
examples/peripherals/parlio:
disable: