mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Mark failing test
This commit is contained in:
committed by
Jeong, YunWon
parent
9d7387798c
commit
5124f8aca7
1
Lib/test/test_defaultdict.py
vendored
1
Lib/test/test_defaultdict.py
vendored
@@ -186,6 +186,7 @@ class TestDefaultDict(unittest.TestCase):
|
||||
with self.assertRaises(TypeError):
|
||||
i |= None
|
||||
|
||||
@unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: 1 != 2
|
||||
def test_factory_conflict_with_set_value(self):
|
||||
key = "conflict_test"
|
||||
count = 0
|
||||
|
||||
Reference in New Issue
Block a user