ci(p4): added todo jira for disabled tests on p4

This commit is contained in:
Armando
2024-01-03 19:32:00 +08:00
parent 907b876354
commit 3c5a4f9e8a
48 changed files with 63 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ components/driver/test_apps/legacy_mcpwm_driver:
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: test not pass, should be re-enable
reason: test not pass, should be re-enable # TODO: IDF-8963
depends_filepatterns:
- components/driver/deprecated/**/*mcpwm*
@@ -46,7 +46,7 @@ components/driver/test_apps/legacy_pcnt_driver:
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: test not pass, should be re-enable
reason: test not pass, should be re-enable # TODO: IDF-8965
depends_filepatterns:
- components/driver/deprecated/**/*pcnt*
@@ -74,7 +74,7 @@ components/driver/test_apps/legacy_timer_driver:
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: test not pass, should be re-enable
reason: test not pass, should be re-enable # TODO: IDF-8962
depends_filepatterns:
- components/driver/deprecated/**/*timer*
@@ -100,7 +100,7 @@ components/driver/test_apps/twai:
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: test not pass, should be re-enable
reason: test not pass, should be re-enable # TODO: IDF-8966
components/driver/test_apps/usb_serial_jtag:
disable:

View File

@@ -6,7 +6,7 @@ from pytest_embedded import Dut
@pytest.mark.supported_targets
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD')
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD') # TODO: IDF-8960
@pytest.mark.generic
@pytest.mark.parametrize(
'config',

View File

@@ -5,7 +5,7 @@ import pytest
from pytest_embedded import Dut
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD')
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='esp32p4 support TBD') # TODO: IDF-8962
@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('config', [