Disable -n 4 during run tests

Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com>
pull/4973/head^2
del-zhenwu 2021-03-08 16:10:27 +08:00 committed by yefu.chen
parent ac186cc0e5
commit 3c72f09d63
1 changed files with 2 additions and 2 deletions

View File

@ -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