fix pcnt sdm pre-commit failure

This commit is contained in:
laokaiyao
2023-01-17 15:21:26 +08:00
parent 01913f6d01
commit 58bde0f665
11 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ CONFIGS = [
@pytest.mark.esp32h2
@pytest.mark.esp32s2
@pytest.mark.esp32s3
# @pytest.mark.esp32h2 // TODO: IDF-6263
@pytest.mark.esp32h2
@pytest.mark.generic
@pytest.mark.parametrize('config', CONFIGS, indirect=True)
def test_sdm(dut: IdfDut) -> None: