ci(esp32c5): enable c5 target test

This commit is contained in:
laokaiyao
2024-06-27 20:19:49 +08:00
parent 9ab9e001b7
commit cb22b8aaf7
82 changed files with 170 additions and 85 deletions

View File

@@ -3,6 +3,10 @@
components/ulp/test_apps/lp_core:
disable:
- if: SOC_LP_CORE_SUPPORTED != 1
disable_test:
- if: IDF_TARGET == "esp32c5"
temporary: true
reason: test not pass, should be re-enable # TODO: [ESP32C5] IDF-10336
depends_components:
- ulp

View File

@@ -4,6 +4,7 @@ import pytest
from pytest_embedded import Dut
# @pytest.mark.esp32c5 # TODO: [ESP32C5] IDF-10336
@pytest.mark.esp32c6
@pytest.mark.esp32p4
@pytest.mark.generic