test: Remove distributed line for go sdk test (#41895)

related issue: https://github.com/milvus-io/milvus/issues/41819
pr: https://github.com/milvus-io/milvus/pull/41820

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2025-05-20 14:14:24 +08:00 committed by GitHub
parent 022d149e90
commit 7fc7e519be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View File

@ -87,7 +87,7 @@ pipeline {
axes {
axis {
name 'milvus_deployment_option'
values 'standalone', 'distributed'
values 'standalone'
}
}
stages {

View File

@ -1 +0,0 @@
# to be deleted

View File

@ -1 +0,0 @@
# to be deleted