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 d697879 commit 8ff54b7Copy full SHA for 8ff54b7
tests/v2_x/test_passthroug_mode.py
@@ -81,6 +81,9 @@ def test_passthrough_llm_action_not_invoked_via_logs(self):
81
self.assertIn("content", response)
82
self.assertIsInstance(response["content"], str)
83
84
+ @unittest.skip(
85
+ reason="Github issue https://github.com/NVIDIA/NeMo-Guardrails/issues/1378"
86
+ )
87
def test_passthrough_llm_action_invoked_via_logs(self):
88
chat = TestChat(
89
config,
0 commit comments