From a6b9bf3e776c242bd0f259961abe25c01753e3fd Mon Sep 17 00:00:00 2001 From: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:00:38 +0200 Subject: [PATCH] test: restore test that was skipped due to Colang 2.0 serialization issue --- tests/v2_x/test_passthroug_mode.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/v2_x/test_passthroug_mode.py b/tests/v2_x/test_passthroug_mode.py index 0466eb997..b4e0ff3df 100644 --- a/tests/v2_x/test_passthroug_mode.py +++ b/tests/v2_x/test_passthroug_mode.py @@ -81,9 +81,6 @@ def test_passthrough_llm_action_not_invoked_via_logs(self): self.assertIn("content", response) self.assertIsInstance(response["content"], str) - @unittest.skip( - reason="Github issue https://github.com/NVIDIA/NeMo-Guardrails/issues/1378" - ) def test_passthrough_llm_action_invoked_via_logs(self): chat = TestChat( config,