mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
ci(esp32c5): enable c5 target test
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user