From 51ad1b0a57a8dc4433920feeadf62984fdb05066 Mon Sep 17 00:00:00 2001 From: ryan-crabbe-berri Date: Tue, 28 Jul 2026 11:36:09 -0700 Subject: [PATCH] test(e2e): skip passthrough headers test until stage can route custom paths to provider creds (#34980) --- tests/e2e/llm_translation/test_passthrough_headers_e2e.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/e2e/llm_translation/test_passthrough_headers_e2e.py b/tests/e2e/llm_translation/test_passthrough_headers_e2e.py index 95d5d0c3f6a..d6f832afb53 100644 --- a/tests/e2e/llm_translation/test_passthrough_headers_e2e.py +++ b/tests/e2e/llm_translation/test_passthrough_headers_e2e.py @@ -128,6 +128,11 @@ def _messages_body() -> AnthropicMessagesBody: class TestPassthroughHeaders: + @pytest.mark.skip( + reason="stage red: ALB sends custom passthrough paths to backend pods, which lack ANTHROPIC_API_KEY, " + "so the os.environ header forwards unresolved and Anthropic 401s; routing user-defined paths to the " + "gateway needs a product/infra decision (fixed path namespace or dynamic ingress)" + ) @pytest.mark.covers( "other.config.passthrough.headers_forwarded", exercised_on=[],