From c2d606d587ca385106ea8439779ce6d8e65f3a35 Mon Sep 17 00:00:00 2001 From: ice yao Date: Tue, 1 Oct 2024 09:15:18 +0800 Subject: [PATCH] chore: remove unexecuted scripts to avoid ambiguity (#8946) --- dev/pytest/pytest_vdb.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/pytest/pytest_vdb.sh b/dev/pytest/pytest_vdb.sh index 0b23200dc3..bad809cbfd 100755 --- a/dev/pytest/pytest_vdb.sh +++ b/dev/pytest/pytest_vdb.sh @@ -7,5 +7,4 @@ pytest api/tests/integration_tests/vdb/chroma \ api/tests/integration_tests/vdb/pgvector \ api/tests/integration_tests/vdb/qdrant \ api/tests/integration_tests/vdb/weaviate \ - api/tests/integration_tests/vdb/elasticsearch \ - api/tests/integration_tests/vdb/test_vector_store.py \ No newline at end of file + api/tests/integration_tests/vdb/elasticsearch \ No newline at end of file