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

This commit is contained in:
Konstantin Kondrashov 2024-09-10 15:09:32 +03:00
parent 599c14d8f0
commit 75c917eef8
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
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

View File

@ -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: