summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client.Tests/failover/FailoverTest.cs')
-rw-r--r--dotnet/Qpid.Client.Tests/failover/FailoverTest.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs b/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs
index 478d66b9da..24b16e37ec 100644
--- a/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs
+++ b/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs
@@ -213,6 +213,12 @@ namespace Qpid.Client.Tests.failover
}
[Test]
+ public void TestFail()
+ {
+ Assert.Fail("Tests in this class do not pass, but hang forever, so commented out until can be fixed.");
+ }
+
+ /*[Test]
public void TestWithBasicInfo()
{
Console.WriteLine("TestWithBasicInfo");
@@ -231,7 +237,7 @@ namespace Qpid.Client.Tests.failover
{
_logger.Error("Exception caught", e);
}
- }
+ }*/
// [Test]
// public void TestWithUrl()