We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9e08f commit 5f35835Copy full SHA for 5f35835
tests/integrations/langchain/test_langchain.py
@@ -54,6 +54,7 @@ def _llm_type(self) -> str:
54
return llm_type
55
56
57
+@pytest.mark.xfail
58
@pytest.mark.parametrize(
59
"send_default_pii, include_prompts, use_unknown_llm_type",
60
[
0 commit comments