Skip to content

Commit 687d6aa

Browse files
committed
test(adc2): re-enable the adc2 test.
1 parent 16de6bf commit 687d6aa

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)