mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
enable rerun only for a single test
This commit is contained in:
@@ -5,6 +5,7 @@ import pytest
|
||||
|
||||
|
||||
class TestGroupStressTests:
|
||||
@pytest.mark.flaky(reruns=2)
|
||||
def test_group_many_members_add_leave_remove(self, acfactory, lp):
|
||||
accounts = acfactory.get_online_accounts(5)
|
||||
acfactory.introduce_each_other(accounts)
|
||||
|
||||
Reference in New Issue
Block a user