Skip to content

Commit

Permalink
tests: Change from expectedFailure to skip
Browse files Browse the repository at this point in the history
Python 3.10 recognises unexpected passes as failures now.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 40133ec)
(cherry picked from commit 04b7b67)
  • Loading branch information
stephenfin committed Sep 30, 2022
1 parent 3ae8fe4 commit 9d4039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_out_of_order(self):
self.assertSerialized(patches, [2])
self.assertSerialized(covers, [1])

@unittest.expectedFailure
@unittest.skip('Flaky test')
def test_duplicated(self):
"""Series received on multiple mailing lists.
Expand Down

0 comments on commit 9d4039a

Please sign in to comment.