Skip to content

Commit d696eac

Browse files
committed
Unskip test_truncated_input
1 parent c22ecc7 commit d696eac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_json/test_fail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def test_not_serializable(self):
105105
'Object of type module is not JSON serializable'):
106106
self.dumps(sys)
107107

108-
@unittest.skip("TODO: RUSTPYTHON")
109108
def test_truncated_input(self):
110109
test_cases = [
111110
('', 'Expecting value', 0),

0 commit comments

Comments
 (0)