ci(touch_sensor): enable the touch sensor target tests on P4

This commit is contained in:
laokaiyao 2024-07-19 16:10:45 +08:00
parent 3a6b665b90
commit 6da89cc8b9

View File

@ -2,9 +2,5 @@ components/esp_driver_touch_sens/test_apps/touch_sens:
disable:
- if: SOC_TOUCH_SENSOR_VERSION != 3
temporary: currently driver ng only support version 3
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: the runners do not support the pins for touch sensor
depends_components:
- esp_driver_touch_sens