Revert SKIP_TESTS flag in offline chat director tests

This commit is contained in:
sabaimran 2024-11-04 19:06:54 -08:00
parent 1f372bf2b1
commit cf0bcec0e7

View file

@ -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.",