mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'test/disable_touch_sleep_testcase' into 'master'
touch: add protection for touch sleep case See merge request espressif/esp-idf!17578
This commit is contained in:
commit
fdcf5ca540
@ -1977,6 +1977,10 @@ static void test_deep_sleep_init(void)
|
||||
|
||||
TEST_CASE("Touch Sensor sleep pad wakeup deep sleep test", "[touch][ignore]")
|
||||
{
|
||||
//TODO: IDF-4813
|
||||
#if TEMPORARY_DISABLED_FOR_TARGETS(ESP32S2, ESP32S3)
|
||||
abort();
|
||||
#endif //TEMPORARY_DISABLED_FOR_TARGETS(..)
|
||||
test_deep_sleep_init();
|
||||
|
||||
/* Change the work duty of touch sensor to reduce current. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user