From 93e343e11d85b4d972ad46a682d9f471930d1394 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 20 Jan 2025 17:40:58 +0100 Subject: [PATCH] Remove the dummy test, only increase the read timeout. --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 83690559..c43d8eb9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -214,6 +214,4 @@ jobs: export HF_TOKEN=${{ secrets.HF_TOKEN }} echo $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}