From c13c904971f04376b2b3e7148664aa50f9852e67 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:34:27 +0800 Subject: [PATCH] [CI] temporarily disable sot test due to occasional timeout issue (#3586) * [CI] change check_service time to 360s * [CI] disable sot test temporarily --- .github/workflows/_base_test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/_base_test.yml b/.github/workflows/_base_test.yml index abb54ba4c..31c900c1e 100644 --- a/.github/workflows/_base_test.yml +++ b/.github/workflows/_base_test.yml @@ -197,13 +197,6 @@ jobs: export TEMPLATE=TOKEN_NORMAL python -m pytest -sv test_seed_usage.py -k "not test_seed_stream" || 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_sot.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 '