mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'ci/ignore_adc_dma_single_read_test_v4.3' into 'release/v4.3'
adc: ignore ADC DMA single read test on esp32s2 (v4.3) See merge request espressif/esp-idf!19726
This commit is contained in:
@ -452,7 +452,7 @@ int test_adc_dig_dma_single_unit(adc_unit_t adc)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("ADC DMA single read", "[ADC]")
|
TEST_CASE("ADC DMA single read", "[ADC][ignore]")
|
||||||
{
|
{
|
||||||
test_adc_dig_dma_single_unit(ADC_UNIT_BOTH);
|
test_adc_dig_dma_single_unit(ADC_UNIT_BOTH);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user