mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
test: disable esp32c6 test for examples/peripherals/mcpwm/mcpwm_sync
This commit is contained in:
@@ -299,6 +299,10 @@ examples/peripherals/mcpwm/mcpwm_servo_control:
|
||||
examples/peripherals/mcpwm/mcpwm_sync:
|
||||
disable:
|
||||
- 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:
|
||||
- esp_driver_mcpwm
|
||||
|
||||
|
Reference in New Issue
Block a user