Remove test_pool test for retry for now

This commit is contained in:
Erin 2023-12-06 14:34:11 -08:00
parent 0b0f72dc4f
commit d55277cc65
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -245,8 +245,4 @@ class TestConnectionPool(TestCase):
with self.assertRaises(RegistryError):
expected = "InfoDomain failed to execute due to a connection error."
result = registry.send(commands.InfoDomain(name="test.gov"), cleaned=True)
self.assertEqual(result, expected)
@patch.object(EPPLibWrapper, "_test_registry_connection_success", patch_success)
def test_retries_on_transport_error(self):
"""A .send is invoked on the pool, but [description for transport error]."""
self.assertEqual(result, expected)