Skip to content

Commit be05142

Browse files
committed
doctest
Signed-off-by: Yikun Jiang <[email protected]>
1 parent a58b43b commit be05142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/run_doctests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ set -eo errexit
2222
. $(dirname "$0")/common.sh
2323

2424
export VLLM_USE_MODELSCOPE=true
25-
export VLLM_LOGGING_LEVEL=ERROR
25+
#export VLLM_LOGGING_LEVEL=ERROR
2626

27-
_info "====> Start Quickstart test"
28-
. "${SCRIPT_DIR}/doctests/001-quickstart-test.sh"
27+
#_info "====> Start Quickstart test"
28+
#. "${SCRIPT_DIR}/doctests/001-quickstart-test.sh"
2929

3030
_info "====> Start pip binary installation test"
3131
. "${SCRIPT_DIR}/doctests/002-pip-binary-installation-test.sh"

0 commit comments

Comments
 (0)