mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-17 06:05:14 +03:00
Merge branch 'bugfix/perf-benchmark-spiflash-ci-idfci-7684_v5.5' into 'release/v5.5'
fix(examples): stabilize perf_benchmark SPI flash CI test (v5.5) See merge request espressif/esp-idf!48476
This commit is contained in:
@@ -7,6 +7,7 @@ from pytest_embedded_idf.utils import idf_parametrize
|
||||
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='not support yet') # TODO: [ESP32C5] IDF-10314
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.flaky(reruns=2, reruns_delay=5)
|
||||
@pytest.mark.parametrize('config', ['spiflash'], indirect=True)
|
||||
@idf_parametrize('target', ['supported_targets'], indirect=['target'])
|
||||
def test_examples_perf_benchmark_spiflash(dut: Dut) -> None:
|
||||
|
||||
Reference in New Issue
Block a user