From d0cbdca12f0f3db6c83df147dd292cd771b3a9ac Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 25 Dec 2024 20:18:55 +0200 Subject: [PATCH] remove loadfile option --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index b01b909d..8a879ca3 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -61,7 +61,7 @@ jobs: elif [ "${{ matrix.shard }}" == 1 ]; then pytest --dist=loadfile tests/relay/test_rln.py -n 1 --alluredir=allure-results-${{ matrix.shard }} elif [ "${{ matrix.shard }}" != 1 ]; then - pytest --dist=loadfile --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=8 --alluredir=allure-results-${{ matrix.shard }} + pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=8 --alluredir=allure-results-${{ matrix.shard }} fi