diff --git a/components/esp_hw_support/test_apps/cpu/pytest_cpu.py b/components/esp_hw_support/test_apps/cpu/pytest_cpu.py index 5b3f5834d23..e804f9a4025 100644 --- a/components/esp_hw_support/test_apps/cpu/pytest_cpu.py +++ b/components/esp_hw_support/test_apps/cpu/pytest_cpu.py @@ -25,7 +25,6 @@ def _run_non_recoverable_case(dut: IdfDut, test_name: str, expected_reason: str) 'config,target', [ ('default', 'supported_targets'), - ('default', 'esp32h21'), ], indirect=['config', 'target'], ) @@ -38,7 +37,6 @@ def test_cpu(dut: IdfDut) -> None: 'config,target', [ ('default', 'supported_targets'), - ('default', 'esp32h21'), ], indirect=['config', 'target'], ) @@ -51,7 +49,6 @@ def test_cpu_reset(dut: IdfDut) -> None: 'config,target', [ ('default', 'supported_targets'), - ('default', 'esp32h21'), ], indirect=['config', 'target'], )