feat: re enables tests on p4

This commit re-enables mbedtls and hal/crypto testapos on p4.
This commit is contained in:
nilesh.kale
2024-02-21 15:43:25 +05:30
committed by Mahavir Jain
parent c8651c1041
commit f6a7fb13cd
5 changed files with 4 additions and 12 deletions

View File

@@ -1,11 +1,9 @@
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD') # TODO: IDF-8982
@pytest.mark.supported_targets
@pytest.mark.generic
def test_mbedtls(dut: Dut) -> None: