mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Revert SKIP_TESTS flag in offline chat director tests
This commit is contained in:
parent
1f372bf2b1
commit
cf0bcec0e7
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue