mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 01:45:58 -06:00
Chore: mark another test flaky
This commit is contained in:
@@ -816,6 +816,7 @@ class TestMail(
|
|||||||
)
|
)
|
||||||
self.assertEqual(len(self.mailMocker.bogus_mailbox.messages), 3)
|
self.assertEqual(len(self.mailMocker.bogus_mailbox.messages), 3)
|
||||||
|
|
||||||
|
@pytest.mark.flaky(reruns=4)
|
||||||
def test_handle_mail_account_delete(self):
|
def test_handle_mail_account_delete(self):
|
||||||
account = MailAccount.objects.create(
|
account = MailAccount.objects.create(
|
||||||
name="test",
|
name="test",
|
||||||
|
|||||||
Reference in New Issue
Block a user