From 5c5cfbc7c7e5c2068fb0576fab486a0bef46f453 Mon Sep 17 00:00:00 2001 From: Song Ruo Jing Date: Thu, 9 Mar 2023 17:21:43 +0800 Subject: [PATCH] gpio: Re-enable gpio usb pins test cases on esp32h2 --- components/driver/test_apps/gpio/main/test_gpio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/driver/test_apps/gpio/main/test_gpio.c b/components/driver/test_apps/gpio/main/test_gpio.c index 47ad6bf12b..ede7e2e527 100644 --- a/components/driver/test_apps/gpio/main/test_gpio.c +++ b/components/driver/test_apps/gpio/main/test_gpio.c @@ -791,7 +791,6 @@ TEST_CASE("GPIO_drive_capability_test", "[gpio][ignore]") prompt_to_continue("If this test finishes"); } -#if !CONFIG_IDF_TARGET_ESP32H2 // IDF-6845 #if SOC_USB_SERIAL_JTAG_SUPPORTED TEST_CASE("GPIO_input_and_output_of_USB_pins_test", "[gpio]") { @@ -844,7 +843,6 @@ TEST_CASE("GPIO_USB_DP_pin_pullup_disable_test", "[gpio]") TEST_ASSERT_EQUAL_INT(0, gpio_get_level(USB_DP_GPIO_NUM)); } #endif //SOC_USB_SERIAL_JTAG_SUPPORTED -#endif #if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32H2) // TODO: IDF-6267 Remove when light sleep is supported // Ignored in CI because it needs manually connect TEST_GPIO_INPUT_LEVEL_LOW_PIN to 3.3v to wake up from light sleep