From 642340616ea16ac6a7659352807d1b3a85b23f81 Mon Sep 17 00:00:00 2001 From: Jiang Guang Ming Date: Wed, 25 Sep 2024 18:59:47 +0800 Subject: [PATCH] test(spi_flash): Enable esp_flash rom impl test on c5 c61 --- components/spi_flash/test_apps/esp_flash/pytest_esp_flash.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/spi_flash/test_apps/esp_flash/pytest_esp_flash.py b/components/spi_flash/test_apps/esp_flash/pytest_esp_flash.py index 8d1ae43715..93dc7627c2 100644 --- a/components/spi_flash/test_apps/esp_flash/pytest_esp_flash.py +++ b/components/spi_flash/test_apps/esp_flash/pytest_esp_flash.py @@ -25,6 +25,8 @@ def test_esp_flash(dut: Dut) -> None: @pytest.mark.esp32c2 @pytest.mark.esp32c6 @pytest.mark.esp32h2 +@pytest.mark.esp32c5 +@pytest.mark.esp32c61 @pytest.mark.generic @pytest.mark.parametrize( 'config',