mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 09:06:27 +00:00
ci(esp32c5mp): disable the unsupported tests
This commit is contained in:
@@ -143,8 +143,8 @@ static void collector_task(void *arg)
|
||||
if (elapsed >= PRINT_INTERVAL_MSEC * 1000) {
|
||||
ESP_LOGI(TAG, "=================================");
|
||||
ESP_LOGI(TAG, "Select timeouted for %d times", select_timeout_count);
|
||||
ESP_LOGI(TAG, "Timer triggerred for %d times", timer_trigger_count);
|
||||
ESP_LOGI(TAG, "Progress triggerred for %d times", progress_trigger_count);
|
||||
ESP_LOGI(TAG, "Timer triggered for %d times", timer_trigger_count);
|
||||
ESP_LOGI(TAG, "Progress triggered for %d times", progress_trigger_count);
|
||||
ESP_LOGI(TAG, "=================================");
|
||||
previous = current;
|
||||
}
|
||||
|
Reference in New Issue
Block a user