Skip to content

Commit 04b7b67

Browse files
committed
tests: Change from expectedFailure to skip
Python 3.10 recognises unexpected passes as failures now. Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit 40133ec)
1 parent a2f322d commit 04b7b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/tests/test_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_out_of_order(self):
178178
self.assertSerialized(patches, [2])
179179
self.assertSerialized(covers, [1])
180180

181-
@unittest.expectedFailure
181+
@unittest.skip('Flaky test')
182182
def test_duplicated(self):
183183
"""Series received on multiple mailing lists.
184184

0 commit comments

Comments
 (0)