mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-18 11:34:12 +02:00
xfail this test (#3992)
Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user