mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
ci: fix pytest markers
Backport of !49647 to release/v6.0 (power_management only) - IDFCI-12304
This commit is contained in:
@@ -61,7 +61,7 @@ def test_esp_pm_mode_stats_pd_top(dut: Dut) -> None:
|
||||
|
||||
|
||||
@pytest.mark.generic
|
||||
@pytest.mark.esp32c5_eco3
|
||||
@pytest.mark.esp32c5_rev1
|
||||
@pytest.mark.parametrize('config', ['pd_top'], indirect=True)
|
||||
@idf_parametrize('target', ['esp32c5'], indirect=['target'])
|
||||
def test_esp_pm_mode_stats_pd_top_esp32c5_eco3(dut: Dut) -> None:
|
||||
|
||||
Reference in New Issue
Block a user