提交 3c72f09d 编写于 作者: D del-zhenwu 提交者: yefu.chen

Disable -n 4 during run tests

Signed-off-by: Ndel-zhenwu <zhenxiang.li@zilliz.com>
上级 ac186cc0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册