mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(system): Re-enables the pytest_base_mac_address test for ESP32-C61
This commit is contained in:
parent
599c14d8f0
commit
75c917eef8
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user