Document why TestReconstructorRebuildUTF8 is skipped on py3

Change-Id: I7614f331286fee661e5c1d4977fcab7c33d77520
This commit is contained in:
Tim Burke 2021-05-07 13:45:52 -07:00
parent c5fe114c96
commit 04fab8d9a4
1 changed files with 3 additions and 0 deletions

View File

@ -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):