ci(change): disable esp32c61 tests

This commit is contained in:
Erhan Kurubas
2025-06-04 11:06:14 +02:00
parent 28980b62c9
commit f91a687bae
3 changed files with 3 additions and 4 deletions

View File

@@ -188,6 +188,6 @@ def test_gcov(dut: IdfDut) -> None:
@pytest.mark.usb_serial_jtag
@idf_parametrize('target', ['esp32c3', 'esp32c6', 'esp32c61', 'esp32h2'], indirect=['target'])
@idf_parametrize('target', ['esp32c3', 'esp32c6', 'esp32h2'], indirect=['target'])
def test_gcov_usj(dut: IdfDut) -> None:
_test_gcov(dut)