diff --git a/tests/documentation_tests/test_env_keys.py b/tests/documentation_tests/test_env_keys.py index 60fbd505d67..fb6b7f639f2 100644 --- a/tests/documentation_tests/test_env_keys.py +++ b/tests/documentation_tests/test_env_keys.py @@ -27,6 +27,7 @@ EXCLUDED_GUARD_ONLY_VARS = { # Temporary/internal rollout flags are intentionally not added to the public # environment settings docs until the feature is ready for broad use. EXCLUDED_ROLLOUT_FLAGS = { + "LITELLM_USE_RUST_MESSAGES", "LITELLM_USE_RUST_OCR", }