mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-27 16:56:43 +03:00
ci(ulp): disable lp_core/debugging test
This commit is contained in:
@@ -261,6 +261,10 @@ examples/system/ulp/lp_core/build_system:
|
||||
examples/system/ulp/lp_core/debugging:
|
||||
enable:
|
||||
- if: SOC_LP_CORE_SUPPORTED == 1
|
||||
disable_test:
|
||||
- if: IDF_TARGET in ["esp32c5", "esp32c6", "esp32p4"]
|
||||
temporary: true
|
||||
reason: unstable test
|
||||
depends_components:
|
||||
- ulp
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ if typing.TYPE_CHECKING:
|
||||
from conftest import OpenOCD
|
||||
|
||||
|
||||
@pytest.mark.temp_skip_ci(targets=['esp32c5', 'esp32c6', 'esp32p4'], reason='unstable test')
|
||||
@idf_parametrize('target', ['esp32c5', 'esp32c6', 'esp32p4'], indirect=['target'])
|
||||
@pytest.mark.usb_serial_jtag
|
||||
def test_lp_core_debugging(openocd_dut: 'OpenOCD', dut: IdfDut) -> None:
|
||||
|
||||
Reference in New Issue
Block a user