diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 5aa90046..9b66af5e 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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