diff --git a/examples/system/.build-test-rules.yml b/examples/system/.build-test-rules.yml index ace6baed5a..24273882c4 100644 --- a/examples/system/.build-test-rules.yml +++ b/examples/system/.build-test-rules.yml @@ -2,9 +2,9 @@ examples/system/app_trace_basic: disable_test: - - if: IDF_TARGET in ["esp32p4", "esp32c5", "esp32c61", "esp32h21"] + - if: IDF_TARGET in ["esp32p4", "esp32h21"] temporary: true - reason: lack of runners. TODO[C61] IDF-10992 + reason: lack of runners. examples/system/base_mac_address: depends_components: diff --git a/examples/system/app_trace_basic/pytest_app_trace_basic.py b/examples/system/app_trace_basic/pytest_app_trace_basic.py index e7bbaac181..0a473dee15 100644 --- a/examples/system/app_trace_basic/pytest_app_trace_basic.py +++ b/examples/system/app_trace_basic/pytest_app_trace_basic.py @@ -164,7 +164,9 @@ def test_examples_app_trace_basic(dut: IdfDut) -> None: @pytest.mark.esp32s3 @pytest.mark.esp32c3 +@pytest.mark.esp32c5 @pytest.mark.esp32c6 +@pytest.mark.esp32c61 @pytest.mark.esp32h2 @pytest.mark.usb_serial_jtag def test_examples_app_trace_basic_usj(dut: IdfDut) -> None: