mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
Fix command again by using -k instead of test name
This commit is contained in:
parent
b8678bfb1f
commit
c9925a56c3
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -57,9 +57,9 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
if [ "${{ matrix.shard }}" == 7 ]; then
|
||||
pytest --reruns 2 tests/store/test_cursor.py::test_get_multiple_2000_store_messages -n 1
|
||||
pytest --reruns 2 -k "test_get_multiple_2000_store_messages" -n 1 --maxfail=1
|
||||
elif [ "${{ matrix.shard }}" != 7 ]; then
|
||||
pytest --dist=loadgroup --ignore=tests/store/test_cursor.py::test_get_multiple_2000_store_messages --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user