From: Rolf Bjarne Kvinge Date: Fri, 5 Feb 2016 14:15:45 +0000 (+0100) Subject: [corlib] Disable ThreadLocalTests.DisposeOnThreadExit on MonoTouch, it's randomly... X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=dcd84c20149b4469d77798ebf1cd45c6f807e2fb [corlib] Disable ThreadLocalTests.DisposeOnThreadExit on MonoTouch, it's randomly failing. --- diff --git a/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs b/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs index 87b6d3e662f..8c063dccdc8 100644 --- a/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs +++ b/mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs @@ -194,6 +194,9 @@ namespace MonoTests.System.Threading [Test] [Category ("NotWorking")] // Finalizers aren't guaranteed +#if MONOTOUCH + [Category ("NotWorking")] // https://bugzilla.xamarin.com/show_bug.cgi?id=34617 +#endif public void DisposeOnThreadExit () { var threadLocal = new ThreadLocal();