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

This commit is contained in:
hebinglin
2026-05-21 20:54:59 +08:00
parent 9d59b00734
commit fa5132aa2f
5 changed files with 0 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ 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,7 +7,6 @@ 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,7 +6,6 @@ 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,7 +7,6 @@ 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,7 +12,6 @@ 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',