xfail this test (#3992)

Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
This commit is contained in:
rkuo-danswer
2025-02-13 14:09:15 -08:00
committed by GitHub
parent 17c915b11b
commit 29c84d7707

View File

@@ -23,6 +23,9 @@ def bedrock_provider() -> WellKnownLLMProviderDescriptor:
return provider
@pytest.mark.xfail(
reason="Credentials not yet available due to compliance work needed",
)
def test_bedrock_llm_configuration(
client: TestClient, bedrock_provider: WellKnownLLMProviderDescriptor
) -> None: