From 83050e4a6af14fb3e95ff76aeb0dd9242ac38e65 Mon Sep 17 00:00:00 2001 From: takatost Date: Wed, 24 Jul 2024 18:07:37 +0800 Subject: [PATCH] remove unnecessary myscale vdb test --- .github/workflows/api-tests.yml | 1 - dev/pytest/pytest_vdb.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index aa7e68dbac..4ba91c467f 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -89,6 +89,5 @@ jobs: pgvecto-rs pgvector chroma - myscale - name: Test Vector Stores run: poetry run -C api bash dev/pytest/pytest_vdb.sh diff --git a/dev/pytest/pytest_vdb.sh b/dev/pytest/pytest_vdb.sh index cb8aae6740..c954c528fb 100755 --- a/dev/pytest/pytest_vdb.sh +++ b/dev/pytest/pytest_vdb.sh @@ -3,7 +3,6 @@ set -x pytest api/tests/integration_tests/vdb/chroma \ api/tests/integration_tests/vdb/milvus \ - api/tests/integration_tests/vdb/myscale \ api/tests/integration_tests/vdb/pgvecto_rs \ api/tests/integration_tests/vdb/pgvector \ api/tests/integration_tests/vdb/qdrant \