]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: mark another test flaky
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 4 Dec 2024 20:10:31 +0000 (12:10 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 4 Dec 2024 20:10:31 +0000 (12:10 -0800)
src/paperless_mail/tests/test_mail.py

index 67400d9e6ae0c472bd724485be1b83184b2b07b1..acd5ac0f739777c611856e37d2b67918ae4cb2bc 100644 (file)
@@ -832,6 +832,7 @@ class TestMail(
 
         self.assertEqual(len(self.mailMocker.bogus_mailbox.messages), 0)
 
+    @pytest.mark.flaky(reruns=4)
     def test_handle_mail_account_flag(self):
         account = MailAccount.objects.create(
             name="test",