Commit 884fb1c8 authored by Antoine Pitrou's avatar Antoine Pitrou

Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).

parent 771d98d6
......@@ -124,6 +124,7 @@ class StrTest(unittest.TestCase):
@precisionbigmemtest(size=_4G // 5, memuse=6+2)
def test_unicode_repr_oflw(self, size):
self.skipTest("test crashes - see issue #14904")
try:
s = u"\uAAAA"*size
r = repr(s)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment