]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tests: Change from expectedFailure to skip
authorStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 15:42:52 +0000 (16:42 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 30 Sep 2022 15:53:18 +0000 (16:53 +0100)
Python 3.10 recognises unexpected passes as failures now.

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

index 8d8c4e142d2c20738b2c4983c95926e3b1947873..d3e20e08e7b0c5b6792d0c8a39f7324a1b3fadfd 100644 (file)
@@ -178,7 +178,7 @@ class BaseSeriesTest(_BaseTestCase):
         self.assertSerialized(patches, [2])
         self.assertSerialized(covers, [1])
 
-    @unittest.expectedFailure
+    @unittest.skip('Flaky test')
     def test_duplicated(self):
         """Series received on multiple mailing lists.