diff --git a/src/epplibwrapper/tests/test_pool.py b/src/epplibwrapper/tests/test_pool.py index ab4323ff3..ef033ff6a 100644 --- a/src/epplibwrapper/tests/test_pool.py +++ b/src/epplibwrapper/tests/test_pool.py @@ -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) \ No newline at end of file