As an experiment, see if this fixes failing CI.

This commit is contained in:
Itamar Turner-Trauring 2022-11-16 09:33:01 -05:00
parent 2a5e8e5971
commit a20943e10c

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)