Document why TestReconstructorRebuildUTF8 is skipped on py3
Change-Id: I7614f331286fee661e5c1d4977fcab7c33d77520
This commit is contained in:
parent
c5fe114c96
commit
04fab8d9a4
@ -371,6 +371,9 @@ class TestReconstructorRebuild(ECProbeTest):
|
||||
|
||||
|
||||
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):
|
||||
|
||||
def _make_name(self, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user