test(e2e): skip passthrough headers test until stage can route custom paths to provider creds (#34980)

This commit is contained in:
ryan-crabbe-berri 2026-07-28 11:36:09 -07:00 committed by GitHub
parent 01ffd1296b
commit 51ad1b0a57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=[],