Merge branch 'feature/esp32c61_re_enable_base_mac_address_test' into 'master'

feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61

Closes IDF-10956

See merge request espressif/esp-idf!33441
This commit is contained in:
Konstantin Kondrashov 2024-09-12 13:24:07 +08:00
commit 00991f1bf5
2 changed files with 0 additions and 5 deletions

View File

@ -7,10 +7,6 @@ examples/system/app_trace_basic:
reason: targets not supported yet, TODO[C61] IDF-9264 IDF-10992 reason: targets not supported yet, TODO[C61] IDF-9264 IDF-10992
examples/system/base_mac_address: examples/system/base_mac_address:
disable_test:
- if: IDF_TARGET in ["esp32c61"]
temporary: true
reason: test failed # TODO: IDF-10956
depends_components: depends_components:
- esp_hw_support - esp_hw_support

View File

@ -5,7 +5,6 @@ from pytest_embedded import Dut
@pytest.mark.supported_targets @pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c61'], reason='test case fail') # TODO: IDF-10956
@pytest.mark.generic @pytest.mark.generic
def test_base_mac_address(dut: Dut) -> None: def test_base_mac_address(dut: Dut) -> None:
def get_hex_r(num_bytes: int) -> str: def get_hex_r(num_bytes: int) -> str: