From 75c917eef87564764df0f5d28ab4279504d2224b Mon Sep 17 00:00:00 2001 From: Konstantin Kondrashov Date: Tue, 10 Sep 2024 15:09:32 +0300 Subject: [PATCH] feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61 --- examples/system/.build-test-rules.yml | 4 ---- examples/system/base_mac_address/pytest_base_mac_address.py | 1 - 2 files changed, 5 deletions(-) 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: