Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-02-13 12:09:01 +0300
committerMarek Safar <marek.safar@gmail.com>2017-02-13 12:09:01 +0300
commit611f3eea3e1bde4776253837803d0359c4eba7a4 (patch)
tree372ef39f0e37e7acdae22b04fc902c4131210f40 /mcs/class/System.ServiceModel
parenteaeadc3cddcc932f0493f30f12935bbaff8620eb (diff)
[System.ServiceModel] Disable unreliable test
Diffstat (limited to 'mcs/class/System.ServiceModel')
-rw-r--r--mcs/class/System.ServiceModel/Test/System.ServiceModel/NetTcpBindingTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel/Test/System.ServiceModel/NetTcpBindingTest.cs b/mcs/class/System.ServiceModel/Test/System.ServiceModel/NetTcpBindingTest.cs
index cb78fe2be1e..220ea7d1938 100644
--- a/mcs/class/System.ServiceModel/Test/System.ServiceModel/NetTcpBindingTest.cs
+++ b/mcs/class/System.ServiceModel/Test/System.ServiceModel/NetTcpBindingTest.cs
@@ -189,6 +189,7 @@ namespace MonoTests.System.ServiceModel
}
[Test]
+ [Category ("NotWorking")] // Fails randomly
public void StreamedConnection ()
{
var host = new ServiceHost (typeof (Foo));