Nope, not helpful.

This commit is contained in:
Itamar Turner-Trauring 2022-11-16 09:57:39 -05:00
parent a20943e10c
commit 9f5f287473

View File

@ -649,7 +649,7 @@ class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
def setUp(self):
self._http_client_pools = []
http_client.StorageClient.start_test_mode(self._http_client_pools.append)
#self.addCleanup(http_client.StorageClient.stop_test_mode)
self.addCleanup(http_client.StorageClient.stop_test_mode)
self.port_assigner = SameProcessStreamEndpointAssigner()
self.port_assigner.setUp()
self.addCleanup(self.port_assigner.tearDown)