diff --git a/tests/dotnet/CSharp/CSharp.Tests.cs b/tests/dotnet/CSharp/CSharp.Tests.cs index 9558ff10..2ede0591 100644 --- a/tests/dotnet/CSharp/CSharp.Tests.cs +++ b/tests/dotnet/CSharp/CSharp.Tests.cs @@ -1142,6 +1142,9 @@ public unsafe class CSharpTests } [Test] +#if !RELEASE + [Ignore("Crashes in debug builds")] +#endif public void TestStackOverflowOnVirtualCall() { using (var hasMissingObjectOnVirtualCall = new HasMissingObjectOnVirtualCall())