Ver código fonte

test(adc2): re-enable the adc2 test.

michael 8 anos atrás
pai
commit
687d6aa2cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      components/driver/test/test_adc2.c

+ 1 - 1
components/driver/test/test_adc2.c

@@ -40,7 +40,7 @@ static esp_err_t event_handler(void *ctx, system_event_t *event)
     return ESP_OK;
 }
 
-TEST_CASE("adc2 work with wifi","[adc][ignore]")
+TEST_CASE("adc2 work with wifi","[adc]")
 {
     int     read_raw;
     int     target_value;