Skip to content

Commit 363c096

Browse files
committed
Merge branch 'test/adc2_with_wifi_reopen' into 'master'
test(adc2): re-enable the adc2 test. See merge request idf/esp-idf!1926
2 parents 44c3b0a + 687d6aa commit 363c096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/driver/test/test_adc2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static esp_err_t event_handler(void *ctx, system_event_t *event)
4040
return ESP_OK;
4141
}
4242

43-
TEST_CASE("adc2 work with wifi","[adc][ignore]")
43+
TEST_CASE("adc2 work with wifi","[adc]")
4444
{
4545
int read_raw;
4646
int target_value;

0 commit comments

Comments
 (0)