forked from espressif/esp-idf
ci(sdmmc): enable tests for ESP32-P4
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
components/esp_driver_sdmmc/test_apps/sdmmc:
|
||||
disable:
|
||||
- if: SOC_SDMMC_HOST_SUPPORTED != 1
|
||||
disable_test:
|
||||
- if: IDF_TARGET == "esp32p4"
|
||||
temporary: true
|
||||
reason: lack of runner # TODO: IDF-8970
|
||||
|
||||
depends_components:
|
||||
- sdmmc
|
||||
|
@@ -7,7 +7,6 @@ from pytest_embedded_idf import IdfDut
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32p4
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='lack of runners, IDF-8970')
|
||||
@pytest.mark.sdcard
|
||||
def test_sdmmc(dut: IdfDut) -> None:
|
||||
# SDMMC driver can't be reinitialized if the test fails,
|
||||
|
Reference in New Issue
Block a user