From 6da36049fe79bbb6cc9869e2611b064309920a31 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 30 Jul 2025 15:25:25 -0700 Subject: [PATCH] ci: remove bad script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d6fb1e13c..4fd7112a7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1333,7 +1333,7 @@ jobs: - run: python ./tests/code_coverage_tests/recursive_detector.py - run: python ./tests/code_coverage_tests/test_router_strategy_async.py - run: python ./tests/code_coverage_tests/litellm_logging_code_coverage.py - - run: python ./tests/code_coverage_tests/bedrock_pricing.py + # - run: python ./tests/code_coverage_tests/bedrock_pricing.py - run: python ./tests/documentation_tests/test_env_keys.py - run: python ./tests/documentation_tests/test_router_settings.py - run: python ./tests/documentation_tests/test_api_docs.py