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 47293b9 commit 2a5bab4Copy full SHA for 2a5bab4
tests/unitary/with_extras/langchain/test_guardrails.py
@@ -134,6 +134,7 @@ def test_fn(chain):
134
class GuardrailSequenceTests(GuardrailTestsBase):
135
"""Contains tests for GuardrailSequence."""
136
137
+ @pytest.mark.xfail()
138
def test_guardrail_sequence_with_template_and_toxicity(self):
139
"""Tests a guardrail sequence with template and toxicity evaluation."""
140
template = PromptTemplate.from_template("Tell me a joke about {subject}")
0 commit comments