From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:15:04 +0000 (-0800) Subject: Chore: mark test_error_skip_rule as flaky X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e789acf2dcbb4781e5a5a3aefa6acca10b58d9b;p=thirdparty%2Fpaperless-ngx.git Chore: mark test_error_skip_rule as flaky --- diff --git a/src/paperless_mail/tests/test_mail.py b/src/paperless_mail/tests/test_mail.py index a0eed1635a..3dca97ca18 100644 --- a/src/paperless_mail/tests/test_mail.py +++ b/src/paperless_mail/tests/test_mail.py @@ -1108,6 +1108,7 @@ class TestMail( self.assertEqual(len(self.mailMocker.bogus_mailbox.messages), 2) self.assertEqual(len(self.mailMocker.bogus_mailbox.messages_spam), 1) + @pytest.mark.flaky(reruns=4) def test_error_skip_rule(self): account = MailAccount.objects.create( name="test2",