From cf0bcec0e7ec7b179c8bfffbe03be5d230bb7bda Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 4 Nov 2024 19:06:54 -0800 Subject: [PATCH] Revert SKIP_TESTS flag in offline chat director tests --- tests/test_offline_chat_director.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_offline_chat_director.py b/tests/test_offline_chat_director.py index f8285f40..45f540ed 100644 --- a/tests/test_offline_chat_director.py +++ b/tests/test_offline_chat_director.py @@ -10,7 +10,7 @@ from khoj.processor.conversation.utils import message_to_log from khoj.routers.helpers import aget_relevant_information_sources from tests.helpers import ConversationFactory -SKIP_TESTS = False +SKIP_TESTS = True pytestmark = pytest.mark.skipif( SKIP_TESTS, reason="Disable in CI to avoid long test runs.",