mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Revert SKIP_TESTS flag in offline chat director tests
This commit is contained in:
@@ -10,7 +10,7 @@ from khoj.processor.conversation.utils import message_to_log
|
|||||||
from khoj.routers.helpers import aget_relevant_information_sources
|
from khoj.routers.helpers import aget_relevant_information_sources
|
||||||
from tests.helpers import ConversationFactory
|
from tests.helpers import ConversationFactory
|
||||||
|
|
||||||
SKIP_TESTS = False
|
SKIP_TESTS = True
|
||||||
pytestmark = pytest.mark.skipif(
|
pytestmark = pytest.mark.skipif(
|
||||||
SKIP_TESTS,
|
SKIP_TESTS,
|
||||||
reason="Disable in CI to avoid long test runs.",
|
reason="Disable in CI to avoid long test runs.",
|
||||||
|
|||||||
Reference in New Issue
Block a user