Skip to content

Commit ba58ffc

Browse files
committed
Remove expectedFailureIfWindows for testHashComparisonOfMethods
1 parent 34b2946 commit ba58ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_class.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ def assertNotOrderable(self, a, b):
614614
with self.assertRaises(TypeError):
615615
a >= b
616616

617-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON; AssertionError: 1543448294720 != 1543448295392")
618617
def testHashComparisonOfMethods(self):
619618
# Test comparison and hash of methods
620619
class A:

0 commit comments

Comments
 (0)