Remove the dummy test, only increase the read timeout.

This commit is contained in:
Nicolas Patry 2025-01-20 17:40:58 +01:00
parent 1ee74e5512
commit 93e343e11d
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -214,6 +214,4 @@ jobs:
export HF_TOKEN=${{ secrets.HF_TOKEN }} export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE echo $DOCKER_IMAGE
docker pull $DOCKER_IMAGE docker pull $DOCKER_IMAGE
# Run once only the bloom tests to try and avoid the random timeout.
pytest -s -vv --release integration-tests/models/test_bloom_560m.py
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST} pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}