From 04fab8d9a4d9e3b16d9494a664edda8504d76318 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 7 May 2021 13:45:52 -0700 Subject: [PATCH] Document why TestReconstructorRebuildUTF8 is skipped on py3 Change-Id: I7614f331286fee661e5c1d4977fcab7c33d77520 --- test/probe/test_reconstructor_rebuild.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/probe/test_reconstructor_rebuild.py b/test/probe/test_reconstructor_rebuild.py index 9f8e491a5b..d2ca67bf04 100644 --- a/test/probe/test_reconstructor_rebuild.py +++ b/test/probe/test_reconstructor_rebuild.py @@ -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):