fix(ci): enable gpio, uart, ledc target tests on esp32p4

This commit is contained in:
Song Ruo Jing
2024-08-01 16:28:21 +08:00
parent 8d472cf779
commit d3c6c9ccb8
8 changed files with 18 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ input_argv = {
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32s3', 'esp32p4'], reason='skip due to duplication with test_uart_single_dev_psram, p4 TBD') # TODO: IDF-8971
@pytest.mark.temp_skip_ci(targets=['esp32s3'], reason='skip due to duplication with test_uart_single_dev_psram')
@pytest.mark.generic
@pytest.mark.parametrize(
'config',