Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bd85e5b

Browse files
committedSep 25, 2024··
fix(esp32p4): Disable touch test while touch is not implemented
1 parent acc67f7 commit bd85e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tests/validation/touch/ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"targets": {
77
"esp32c3": false,
88
"esp32c6": false,
9-
"esp32h2": false
9+
"esp32h2": false,
10+
"esp32p4": false
1011
}
1112
}

0 commit comments

Comments
 (0)
Please sign in to comment.