diff --git a/.github/workflows/vdb-tests.yml b/.github/workflows/vdb-tests.yml index 07a1aad8fc..93b53d5feb 100644 --- a/.github/workflows/vdb-tests.yml +++ b/.github/workflows/vdb-tests.yml @@ -75,7 +75,6 @@ jobs: services: | weaviate qdrant - couchbase-server etcd minio milvus-standalone diff --git a/dev/pytest/pytest_vdb.sh b/dev/pytest/pytest_vdb.sh index 7f617a9c05..b61b41754c 100755 --- a/dev/pytest/pytest_vdb.sh +++ b/dev/pytest/pytest_vdb.sh @@ -15,7 +15,6 @@ pytest api/tests/integration_tests/vdb/chroma \ api/tests/integration_tests/vdb/baidu \ api/tests/integration_tests/vdb/tcvectordb \ api/tests/integration_tests/vdb/upstash \ - api/tests/integration_tests/vdb/couchbase \ api/tests/integration_tests/vdb/oceanbase \ api/tests/integration_tests/vdb/tidb_vector \ api/tests/integration_tests/vdb/huawei \