ci(p4): disable p4 rev3 invalid tests temporarily for v5.5 only

This commit is contained in:
armando
2025-11-20 16:21:28 +08:00
parent 4ef2005b80
commit a3bca48289
17 changed files with 60 additions and 10 deletions
@@ -11,6 +11,7 @@ from pytest_embedded_idf.utils import idf_parametrize
['esp32s2', 'esp32c3', 'esp32s3', 'esp32c2', 'esp32c6', 'esp32h2', 'esp32p4', 'esp32c5', 'esp32c61'],
indirect=['target'],
)
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='p4 rev3 migration, IDF-14834')
def test_temp_sensor_example(dut: Dut) -> None:
dut.expect_exact('Install temperature sensor')
dut.expect_exact('Enable temperature sensor')