diff --git a/examples/system/.build-test-rules.yml b/examples/system/.build-test-rules.yml index f4d6b6b869..7ead01c165 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: targets not supported yet, TODO[C61] IDF-9264 IDF-10992 examples/system/base_mac_address: - disable_test: - - if: IDF_TARGET in ["esp32c61"] - temporary: true - reason: test failed # TODO: IDF-10956 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 807ca4c4f4..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,7 +5,6 @@ from pytest_embedded import Dut @pytest.mark.supported_targets -@pytest.mark.temp_skip_ci(targets=['esp32c61'], reason='test case fail') # TODO: IDF-10956 @pytest.mark.generic def test_base_mac_address(dut: Dut) -> None: def get_hex_r(num_bytes: int) -> str: