From 9be2f4f7b01daf68f6a3f0114e9a0a895b0fcdd3 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 24 Oct 2025 10:15:35 +0800 Subject: [PATCH] ci(ulp): reset board between ulp-fsm tests --- components/ulp/test_apps/ulp_fsm/pytest_ulp_fsm_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ulp/test_apps/ulp_fsm/pytest_ulp_fsm_app.py b/components/ulp/test_apps/ulp_fsm/pytest_ulp_fsm_app.py index c41d7d4f0d..f88e12e6d4 100644 --- a/components/ulp/test_apps/ulp_fsm/pytest_ulp_fsm_app.py +++ b/components/ulp/test_apps/ulp_fsm/pytest_ulp_fsm_app.py @@ -8,4 +8,4 @@ from pytest_embedded_idf.utils import idf_parametrize @pytest.mark.generic @idf_parametrize('target', ['esp32', 'esp32s2', 'esp32s3'], indirect=['target']) def test_ulp_fsm(dut: Dut) -> None: - dut.run_all_single_board_cases() + dut.run_all_single_board_cases(reset=True)