It fails _sometimes_ in a weird way, which is probably a bug in the interpreter when executing `nunit`. Disable it until it is fixed.
@@ -450,6 +450,7 @@ namespace MonoTests.System.Threading
}
[Test]
+ [Category ("InterpreterNotWorking")]
public void TestUndivisibleByPageSizeMaxStackSize ()
{
const int undivisible_stacksize = 1048573;