fix(freertos): enable esp32c2 runtime-gdbstub

This commit is contained in:
Alexey Lapshin
2023-07-18 00:13:31 +04:00
parent a7dadcea6c
commit 99ac68246e
4 changed files with 7 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ from test_panic_util import PanicTestDut # noqa: E402
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32c2', 'esp32h2'], reason='resolve IDF-7264')
@pytest.mark.generic
def test_gdbstub_runtime(dut: PanicTestDut) -> None:
dut.expect_exact('tested app is runnig.')