[CI] Disable unstable test jobs and cases (#4799)

[CI] Disable unstable test jobs and cases
This commit is contained in:
YuBaoku
2025-11-05 10:28:53 +08:00
committed by GitHub
parent 61856e55ce
commit 7cee8030af
7 changed files with 2 additions and 251 deletions

View File

@@ -206,13 +206,6 @@ jobs:
check_service 90
python -m pytest -sv test_max_waiting_time.py || TEST_EXIT_CODE=1
curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
-H "Content-Type: application/json" \
-d "{\"--model\": \"/MODELDATA/ernie-4_5-21b-a3b-bf16-paddle\", \"--config\": \"21b_mtp.yaml\", \"--enable-logprob\": \"False\"}"
check_service 180
export TEMPLATE=TOKEN_NORMAL
python -m pytest -sv test_seed_usage.py -k "not test_seed_stream" || TEST_EXIT_CODE=1
popd
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> /workspace/FastDeploy/exit_code.env
'