]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: mark another test flaky
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 18 Dec 2025 15:17:50 +0000 (07:17 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 18 Dec 2025 15:17:50 +0000 (07:17 -0800)
src/paperless_mail/tests/test_mail.py

index 70f7be50fb5afffdc0eb831419b988a7e5b28e95..a0eed1635aa5d9e7030d71f17cbd72d845ea139e 100644 (file)
@@ -816,6 +816,7 @@ class TestMail(
         )
         self.assertEqual(len(self.mailMocker.bogus_mailbox.messages), 3)
 
+    @pytest.mark.flaky(reruns=4)
     def test_handle_mail_account_delete(self):
         account = MailAccount.objects.create(
             name="test",