summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/exceptions/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/exceptions/AllTests.cs')
-rw-r--r--csharp/test/Ice/exceptions/AllTests.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/csharp/test/Ice/exceptions/AllTests.cs b/csharp/test/Ice/exceptions/AllTests.cs
index a7055209c78..c852c7b1405 100644
--- a/csharp/test/Ice/exceptions/AllTests.cs
+++ b/csharp/test/Ice/exceptions/AllTests.cs
@@ -455,12 +455,6 @@ public class AllTests : TestCommon.AllTests
catch(Ice.ConnectionLostException)
{
}
- catch(Ice.ConnectionTimeoutException)
- {
- // TODO: WORKAROUND for ICE-8118, it some takes 2 minutes to get the ReceivedAsync completed
- // callback when the connection is forcefully closed by the server. It appears to be an issue
- // with .NET.
- }
}
catch(Ice.ConnectionRefusedException)
{