From c1a70d726466adb277226b3fb86521993e9bf4b1 Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Wed, 28 Jan 2026 17:53:18 -0800 Subject: [PATCH] Flaky tests fix --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 803a12de868..84b15572a66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4200,6 +4200,7 @@ workflows: - search_testing - litellm_mapped_tests_proxy - litellm_mapped_tests_llms + - litellm_mapped_tests_core - litellm_mapped_tests_integrations - litellm_mapped_tests_litellm_core_utils - litellm_mapped_enterprise_tests @@ -4215,6 +4216,7 @@ workflows: - litellm_proxy_unit_testing_key_generation - litellm_proxy_unit_testing_part1 - litellm_proxy_unit_testing_part2 + - litellm_security_tests - langfuse_logging_unit_tests - local_testing_part1 - local_testing_part2 @@ -4274,6 +4276,7 @@ workflows: - search_testing - litellm_mapped_tests_proxy - litellm_mapped_tests_llms + - litellm_mapped_tests_core - litellm_mapped_tests_integrations - litellm_mapped_tests_litellm_core_utils - litellm_mapped_enterprise_tests @@ -4294,6 +4297,7 @@ workflows: - litellm_proxy_unit_testing_key_generation - litellm_proxy_unit_testing_part1 - litellm_proxy_unit_testing_part2 + - litellm_security_tests - installing_litellm_on_python - installing_litellm_on_python_3_13 - proxy_logging_guardrails_model_info_tests