mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Skip running the inconsistent image search test
This commit is contained in:
parent
ccfb97e1a7
commit
882e0f81b4
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# External Packages
|
||||||
|
import pytest
|
||||||
|
|
||||||
# Internal Packages
|
# Internal Packages
|
||||||
from src.main import model
|
from src.main import model
|
||||||
from src.search_type import image_search
|
from src.search_type import image_search
|
||||||
|
@ -17,6 +20,7 @@ def test_image_search_setup(search_config):
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
@pytest.mark.skip(reason="results inconsistent currently")
|
||||||
def test_image_search(search_config):
|
def test_image_search(search_config):
|
||||||
# Arrange
|
# Arrange
|
||||||
model.image_search = image_search.setup(search_config.image, regenerate=False)
|
model.image_search = image_search.setup(search_config.image, regenerate=False)
|
||||||
|
|
Loading…
Reference in a new issue