diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 038afc56..695e9808 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -57,7 +57,7 @@ jobs: - name: Run tests run: | - pytest --ignore=test_rln.py --ignore=test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} + pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} - name: Upload allure results if: always()