system: re-enable esp_event, real_time_stats and pthread examples and test for C2

This commit is contained in:
Marius Vikhammer
2022-06-16 16:15:34 +08:00
parent 136c873364
commit c6260e66e5
11 changed files with 14 additions and 34 deletions

View File

@@ -5,11 +5,7 @@ import pytest
from pytest_embedded import Dut
# IDF-5054
@pytest.mark.esp32
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.supported_targets
@pytest.mark.generic
def test_pthread(dut: Dut) -> None: