From 14d79b5eb0eb6e0816e52436804a4f7e3b370dea Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Fri, 13 Jun 2025 16:19:52 +0800 Subject: [PATCH] revert the cancellation of vdb test on couchbase --- dev/pytest/pytest_vdb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/pytest/pytest_vdb.sh b/dev/pytest/pytest_vdb.sh index b61b41754c..7f617a9c05 100755 --- a/dev/pytest/pytest_vdb.sh +++ b/dev/pytest/pytest_vdb.sh @@ -15,6 +15,7 @@ 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 \