Skip to content

Commit 333005f

Browse files
committed
Ignore crashing unit test in debug builds
1 parent c21a50f commit 333005f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/dotnet/CSharp/CSharp.Tests.cs

+3
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,9 @@ public void TestOverrideVirtualWithString()
11421142
}
11431143

11441144
[Test]
1145+
#if !RELEASE
1146+
[Ignore("Crashes in debug builds")]
1147+
#endif
11451148
public void TestStackOverflowOnVirtualCall()
11461149
{
11471150
using (var hasMissingObjectOnVirtualCall = new HasMissingObjectOnVirtualCall())

0 commit comments

Comments
 (0)