Pārlūkot izejas kodu

[interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMaxStackSize (#5966)

It fails _sometimes_ in a weird way, which is probably a bug in the
interpreter when executing `nunit`. Disable it until it is fixed.
Bernhard Urban 8 gadi atpakaļ
vecāks
revīzija
b78e9b5e98

+ 1 - 0
mcs/class/corlib/Test/System.Threading/ThreadTest.cs

@@ -450,6 +450,7 @@ namespace MonoTests.System.Threading
 		}
 
 		[Test]
+		[Category ("InterpreterNotWorking")]
 		public void TestUndivisibleByPageSizeMaxStackSize ()
 		{
 			const int undivisible_stacksize = 1048573;