diff --git a/examples/storage/.build-test-rules.yml b/examples/storage/.build-test-rules.yml index b7ca975466..e28311bda0 100644 --- a/examples/storage/.build-test-rules.yml +++ b/examples/storage/.build-test-rules.yml @@ -176,9 +176,3 @@ examples/storage/wear_levelling: disable_test: - if: IDF_TARGET not in ["esp32", "esp32c3"] reason: only one target per arch needed - -examples/system/base_mac_address: - disable_test: - - if: IDF_TARGET == "esp32c5" - temporary: true - reason: target test failed, runner not burnt efuse # TODO: [ESP32C5] IDF-10337 diff --git a/examples/system/.build-test-rules.yml b/examples/system/.build-test-rules.yml index f7c2230280..25030dccbf 100644 --- a/examples/system/.build-test-rules.yml +++ b/examples/system/.build-test-rules.yml @@ -7,10 +7,6 @@ examples/system/app_trace_basic: reason: target esp32c6, esp32h2, esp32p4, esp32c5 is not supported yet examples/system/base_mac_address: - disable_test: - - if: IDF_TARGET == "esp32c5" - temporary: true - reason: target test failed # TODO [ESP32C5] IDF-10347 depends_components: - esp_hw_support diff --git a/examples/system/base_mac_address/pytest_base_mac_address.py b/examples/system/base_mac_address/pytest_base_mac_address.py index 6e3b61b9f8..3d7fedb30b 100644 --- a/examples/system/base_mac_address/pytest_base_mac_address.py +++ b/examples/system/base_mac_address/pytest_base_mac_address.py @@ -5,8 +5,6 @@ from pytest_embedded import Dut @pytest.mark.supported_targets -# TODO: [ESP32C5] IDF-10337 -@pytest.mark.temp_skip_ci(targets=['esp32c5'], reason='c5 runners not burnt mac efuse') @pytest.mark.generic def test_base_mac_address(dut: Dut) -> None: def get_hex_r(num_bytes: int) -> str: