Using ignore instead of -m

This commit is contained in:
aya 2024-12-27 12:04:51 +02:00
parent 6e4b50937c
commit b9db54cb1e

View File

@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: |
pytest -m "not rln and not store2000" --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }}
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 }}
fi