mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Remove test_pool test for retry for now
This commit is contained in:
parent
0b0f72dc4f
commit
d55277cc65
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue