]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tests: Mark 'test_series.test_duplicated' as expected failure
authorStephen Finucane <stephen@that.guru>
Sun, 8 Sep 2019 15:28:34 +0000 (16:28 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 8 Sep 2019 15:41:18 +0000 (16:41 +0100)
This has been failing fairly frequently in Travis [1] but I'm not able
to reproduce it locally. Skip things for now.

[1] https://travis-ci.org/getpatchwork/patchwork/jobs/582342631

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/test_series.py

index d78f7dc8b89b4d1d8bb928be52203e65a935ffd6..deb93043d2958636d2ad192ab40deb1917fc2fb2 100644 (file)
@@ -5,6 +5,7 @@
 
 import mailbox
 import os
+import unittest
 
 from django.test import TestCase
 
@@ -172,6 +173,7 @@ class BaseSeriesTest(_BaseTestCase):
         self.assertSerialized(patches, [2])
         self.assertSerialized(covers, [1])
 
+    @unittest.expectedFailure
     def test_duplicated(self):
         """Series received on multiple mailing lists.