[corlib] Disable ThreadLocalTests.DisposeOnThreadExit on MonoTouch, it's randomly...
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 5 Feb 2016 14:15:45 +0000 (15:15 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 5 Feb 2016 15:46:52 +0000 (16:46 +0100)
mcs/class/corlib/Test/System.Threading/ThreadLocalTests.cs

index 87b6d3e662f20304777d0a9b8e9dee8a73d64e79..8c063dccdc879ca860f78b88fe19806d97ff35bf 100644 (file)
@@ -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<SetMreOnFinalize>();