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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-03-08 11:10:46 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-03-08 23:51:48 +0300
commit2b5da76670163ea3fe7f8ab12fcf4160ff662640 (patch)
tree8a8b01666712fe569052693fb94369dd0ba28929 /mcs/class/System.Threading.Tasks.Dataflow
parent03f9477d60b4e5c8ff82c3ee91459aab09638fc7 (diff)
[Dataflow] Disable flaky FaultExecutingConsume () test
It fails randomly on Jenkins and my own CI. To reproduce, just wrap the body of the test in while(true) and run for a few minutes. I tested on MS.NET as well and it fails the same way there, so it's not Mono's implementation of Dataflow. Filed https://bugzilla.xamarin.com/show_bug.cgi?id=27757 for tracking.
Diffstat (limited to 'mcs/class/System.Threading.Tasks.Dataflow')
-rw-r--r--mcs/class/System.Threading.Tasks.Dataflow/Test/System.Threading.Tasks.Dataflow/ReceivingTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Threading.Tasks.Dataflow/Test/System.Threading.Tasks.Dataflow/ReceivingTest.cs b/mcs/class/System.Threading.Tasks.Dataflow/Test/System.Threading.Tasks.Dataflow/ReceivingTest.cs
index 6955048fe34..9f004f45cf6 100644
--- a/mcs/class/System.Threading.Tasks.Dataflow/Test/System.Threading.Tasks.Dataflow/ReceivingTest.cs
+++ b/mcs/class/System.Threading.Tasks.Dataflow/Test/System.Threading.Tasks.Dataflow/ReceivingTest.cs
@@ -249,6 +249,7 @@ namespace MonoTests.System.Threading.Tasks.Dataflow {
}
[Test]
+ [Ignore ("This test is flaky: https://bugzilla.xamarin.com/show_bug.cgi?id=27757")]
public void FaultExecutingConsume ()
{
var evt = new ManualResetEventSlim ();