test(idf_test): add performance target file for H21

This commit is contained in:
Marius Vikhammer 2025-01-17 12:07:42 +08:00
parent 638b22ef4e
commit 2ef05f9f9b
3 changed files with 10 additions and 1 deletions

View File

@ -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')
]),
]

View File

@ -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