[interp] disable some tests that fail on CI only
[mono.git] / mono / tests / sgen-oom-new-threads-dont-join-stw-2.cs
1 using MonoTests.Helpers;
2
3 public class Program {
4         public static void Main (string[] args)
5         {
6                 OOMHelpers.RunTest ("sgen-new-threads-dont-join-stw-2");
7         }
8 }