fix(ci): some actions taken to pass ci

This commit is contained in:
Lou Tianhao
2024-08-21 14:54:35 +08:00
committed by Li Shuai
parent 02f5e0f98c
commit 4393343ac9
32 changed files with 124 additions and 61 deletions

View File

@@ -19,7 +19,6 @@ def run_multiple_stages(dut: Dut, test_case_num: int, stages: int) -> None:
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='C5 has not supported deep sleep') # TODO: [ESP32C5] IDF-8640, IDF-10317
@pytest.mark.generic
def test_app_update(dut: Dut) -> None:
dut.run_all_single_board_cases(timeout=90)