rerun test test_get_multiple_2000_store_messages

This commit is contained in:
aya 2024-12-25 13:32:42 +02:00
parent ce434acebc
commit adcfc49684

View File

@ -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