test: Re-enable perf_benchmark test for C61

This commit is contained in:
Adam Múdry 2025-02-18 13:53:56 +01:00
parent b5aef58afe
commit fcb1e8ad5c
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,6 @@ examples/storage/perf_benchmark:
reason: not supported yet # TODO: [esp32h21] IDF-11609 reason: not supported yet # TODO: [esp32h21] IDF-11609
disable_test: disable_test:
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"] - if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
- if: IDF_TARGET in ["esp32c61"]
temporary: true temporary: true
reason: lack of runners, build only # TODO: IDF-8970 reason: lack of runners, build only # TODO: IDF-8970

View File

@ -5,7 +5,7 @@ from pytest_embedded import Dut
@pytest.mark.supported_targets @pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c5', 'esp32c61'], reason='not support yet') # TODO: [ESP32C5] IDF-10314 [ESP32C61] IDF-10977 @pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='not support yet') # TODO: [ESP32C5] IDF-10314
@pytest.mark.generic @pytest.mark.generic
@pytest.mark.parametrize( @pytest.mark.parametrize(
'config', 'config',