mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test(e2e): skip passthrough headers test until stage can route custom paths to provider creds (#34980)
This commit is contained in:
parent
01ffd1296b
commit
51ad1b0a57
1 changed files with 5 additions and 0 deletions
|
|
@ -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=[],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue