From adcfc49684bca860dbd1bfa4b9bf1efb7838b3dd Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 25 Dec 2024 13:32:42 +0200 Subject: [PATCH] rerun test test_get_multiple_2000_store_messages --- .github/workflows/test_common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index ead49865..80ca0777 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -57,9 +57,9 @@ jobs: - name: Run tests run: | if [ "${{ matrix.shard }}" == 7 ]; then - pytest tests/store/test_cursor.py + pytest --reruns 2 tests/store/test_cursor.py elif [ "${{ matrix.shard }}" != 7 ]; then - pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results + pytest --dist=loadgroup --ignore=tests/store/test_cursor.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results fi