Skip to content

Commit 440e519

Browse files
committed
test: restore test that was skipped due to Colang 2.0 serialization issue (#1449)
1 parent abe1263 commit 440e519

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/v2_x/test_passthroug_mode.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ 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-
)
8784
def test_passthrough_llm_action_invoked_via_logs(self):
8885
chat = TestChat(
8986
config,

0 commit comments

Comments
 (0)