mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
ci: partially enable pytest for esp32c2
This commit is contained in:

committed by
morris

parent
6a8aed12ee
commit
4e231f9dac
@@ -5,7 +5,11 @@ import pytest
|
||||
from pytest_embedded import Dut
|
||||
|
||||
|
||||
@pytest.mark.supported_targets
|
||||
# IDF-5054
|
||||
@pytest.mark.esp32
|
||||
@pytest.mark.esp32s2
|
||||
@pytest.mark.esp32s3
|
||||
@pytest.mark.esp32c3
|
||||
@pytest.mark.generic
|
||||
def test_pthread(dut: Dut) -> None:
|
||||
|
||||
|
Reference in New Issue
Block a user