From 865f0f4f0ec369f5cb0b602f94ba08f01cf65f95 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 1d1996ef7f..d91e3d8748 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 @@ -9,4 +9,4 @@ from pytest_embedded_idf.utils import soc_filtered_targets @pytest.mark.generic @idf_parametrize('target', soc_filtered_targets('SOC_ULP_FSM_SUPPORTED == 1'), indirect=['target']) def test_ulp_fsm(dut: Dut) -> None: - dut.run_all_single_board_cases() + dut.run_all_single_board_cases(reset=True)