Merge "Document why TestReconstructorRebuildUTF8 is skipped on py3"
This commit is contained in:
commit
db0805d165
@ -527,6 +527,9 @@ class TestReconstructorRebuild(ECProbeTest):
|
|||||||
|
|
||||||
|
|
||||||
if six.PY2:
|
if six.PY2:
|
||||||
|
# The non-ASCII chars in metadata cause test hangs in
|
||||||
|
# _assert_all_nodes_have_frag because of https://bugs.python.org/issue37093
|
||||||
|
|
||||||
class TestReconstructorRebuildUTF8(TestReconstructorRebuild):
|
class TestReconstructorRebuildUTF8(TestReconstructorRebuild):
|
||||||
|
|
||||||
def _make_name(self, prefix):
|
def _make_name(self, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user