From 89b3308e92d6d6644a3e1d1fc28a7f7eea3fb15e Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Sat, 5 Sep 2026 17:33:32 -0700 Subject: [PATCH] test(rust): gate Bedrock transcription coverage --- litellm-rust/crates/core/src/audio_transcription/tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm-rust/crates/core/src/audio_transcription/tests.rs b/litellm-rust/crates/core/src/audio_transcription/tests.rs index 98cb93da5df..f25c298116e 100644 --- a/litellm-rust/crates/core/src/audio_transcription/tests.rs +++ b/litellm-rust/crates/core/src/audio_transcription/tests.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "bedrock-auth")] + use crate::request_context::LiteLlmRequestContext; use crate::request_options::{BedrockOptions, RequestOptions}; use std::io::{Read, Write};