summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs')
-rw-r--r--dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs b/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs
index a52b4e2c50..515ae41e1c 100644
--- a/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs
+++ b/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs
@@ -75,12 +75,18 @@ namespace Qpid.Client.Tests
}
[Test]
+ public void TestFail()
+ {
+ Assert.Fail("Tests in this class do not run on autopilot, but hang forever, so commented out until can be fixed.");
+ }
+
+ /*[Test]
public void Test()
{
_connection.Start();
_logger.Info("Waiting...");
_event.WaitOne();
- }
+ }*/
public void OnMessage(IMessage message)
{