[corlib] Disable ThreadLocalTests.DisposeOnThreadExit on MonoTouch, it's randomly...
[mono.git] / 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>();