diff --git a/build/docker/test/docker-compose.yml b/build/docker/test/docker-compose.yml index bfe8aae738..3c9e79446e 100644 --- a/build/docker/test/docker-compose.yml +++ b/build/docker/test/docker-compose.yml @@ -27,7 +27,7 @@ services: - ../../..:/milvus-distributed:delegated working_dir: "/milvus-distributed/tests/python_test" command: > - /bin/bash -c "sleep 10s && pytest --tags=0331 --ip proxynode -n 4" + /bin/bash -c "sleep 10s && pytest --tags=0331 --ip proxynode" networks: - milvus @@ -42,7 +42,7 @@ services: - ../../..:/milvus-distributed:delegated working_dir: "/milvus-distributed/tests/python_test" command: > - /bin/bash -c "sleep 10s && pytest --tags=0331 --ip standalone -n 4" + /bin/bash -c "sleep 10s && pytest --tags=0331 --ip standalone" networks: - milvus