fix(ci): fix top domain power down not allow caused by ble power save not done

This commit is contained in:
Li Shuai
2026-05-13 11:43:30 +08:00
committed by BOT
parent 60cd083396
commit 7892eff854
5 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ from pytest_embedded_idf.utils import soc_filtered_targets
@pytest.mark.generic
@pytest.mark.temp_skip_ci(targets=['esp32h4'], reason='BLE power save bringup is not done')
@pytest.mark.parametrize(
'config',
[

View File

@@ -7,6 +7,7 @@ from pytest_embedded_idf.utils import soc_filtered_targets
@pytest.mark.temp_skip_ci(targets=['esp32s3'], reason='skip due to duplication with test_ledc_psram')
@pytest.mark.temp_skip_ci(targets=['esp32h4'], reason='BLE power save bringup is not done')
@pytest.mark.generic
@pytest.mark.parametrize(
'config',

View File

@@ -6,6 +6,7 @@ from pytest_embedded_idf.utils import idf_parametrize
@pytest.mark.generic
@pytest.mark.temp_skip_ci(targets=['esp32h4'], reason='BLE power save bringup is not done')
@pytest.mark.parametrize(
'config',
[

View File

@@ -7,6 +7,7 @@ from pytest_embedded_idf.utils import soc_filtered_targets
@pytest.mark.generic
@pytest.mark.temp_skip_ci(targets=['esp32h4'], reason='BLE power save bringup is not done')
@pytest.mark.parametrize(
'config',
[

View File

@@ -12,6 +12,7 @@ CONFIGS = [
@pytest.mark.generic
@pytest.mark.temp_skip_ci(targets=['esp32h4'], reason='BLE power save bringup is not done')
@pytest.mark.parametrize('config', CONFIGS, indirect=True)
@idf_parametrize(
'target',