mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
test: disable esp32c6 test for examples/peripherals/mcpwm/mcpwm_sync
This commit is contained in:
parent
daf2d31008
commit
03b4711ed2
@ -299,6 +299,10 @@ examples/peripherals/mcpwm/mcpwm_servo_control:
|
|||||||
examples/peripherals/mcpwm/mcpwm_sync:
|
examples/peripherals/mcpwm/mcpwm_sync:
|
||||||
disable:
|
disable:
|
||||||
- if: SOC_MCPWM_SUPPORTED != 1
|
- if: SOC_MCPWM_SUPPORTED != 1
|
||||||
|
disable_test:
|
||||||
|
- if: IDF_TARGET in ["esp32c5", "esp32h2", "esp32p4", "esp32c6"]
|
||||||
|
temporary: true
|
||||||
|
reason: the earlier test script is invalid. c6 tests never executed. need to check manually
|
||||||
depends_components:
|
depends_components:
|
||||||
- esp_driver_mcpwm
|
- esp_driver_mcpwm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user