We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2871d1b commit bd1a27eCopy full SHA for bd1a27e
src/embed_tests/pyinitialize.cs
@@ -41,8 +41,13 @@ public static void LoadSpecificArgs()
41
}
42
43
44
+ /// <summary>
45
+ /// Failing test demonstrating current issue with OverflowException (#376)
46
+ /// and ArgumentException issue after that one is fixed.
47
+ /// More complex version of StartAndStopTwice test
48
+ /// </summary>
49
[Test]
- [Ignore("System.OverflowException : Arithmetic operation resulted in an overflow")]
50
+ [Ignore("GH#376: System.OverflowException : Arithmetic operation resulted in an overflow")]
51
//[Ignore("System.ArgumentException : Cannot pass a GCHandle across AppDomains")]
52
public void ReInitialize()
53
{
0 commit comments