Skip to content

Commit 8ff54b7

Browse files
committed
Skip test_passthroug_mode.py, track in Github issue 1378
1 parent d697879 commit 8ff54b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/v2_x/test_passthroug_mode.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ def test_passthrough_llm_action_not_invoked_via_logs(self):
8181
self.assertIn("content", response)
8282
self.assertIsInstance(response["content"], str)
8383

84+
@unittest.skip(
85+
reason="Github issue https://github.com/NVIDIA/NeMo-Guardrails/issues/1378"
86+
)
8487
def test_passthrough_llm_action_invoked_via_logs(self):
8588
chat = TestChat(
8689
config,

0 commit comments

Comments
 (0)