diff --git a/components/freertos/test_apps/freertos/pytest_freertos.py b/components/freertos/test_apps/freertos/pytest_freertos.py index e2cdb05bd2..15d798b931 100644 --- a/components/freertos/test_apps/freertos/pytest_freertos.py +++ b/components/freertos/test_apps/freertos/pytest_freertos.py @@ -13,7 +13,7 @@ CONFIGS = [ # TODO: [ESP32C61] IDF-11146 pytest.param('smp', marks=[ pytest.mark.supported_targets, - pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5', 'esp32c61'], + pytest.mark.temp_skip_ci(targets=['esp32p4', 'esp32c5', 'esp32c61', 'esp32h21'], reason='test failed/TBD IDF-8113') ]), ] diff --git a/components/idf_test/include/esp32h21/.gitkeep b/components/idf_test/include/esp32h21/.gitkeep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/components/idf_test/include/esp32h21/idf_performance_target.h b/components/idf_test/include/esp32h21/idf_performance_target.h new file mode 100644 index 0000000000..6645df7496 --- /dev/null +++ b/components/idf_test/include/esp32h21/idf_performance_target.h @@ -0,0 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ + +#pragma once + +#define IDF_PERFORMANCE_MAX_ESP_TIMER_GET_TIME_PER_CALL 1900