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