mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
Make test_get_multiple_2000_store_messages run in seperate shard
This commit is contained in:
parent
cb64a98226
commit
2b01284f24
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
pytest --dist=loadgroup -k "test_get_multiple_2000_store_messages" -n 1 --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
|
||||
- name: Get allure history
|
||||
if: always()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user