File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,15 @@ public void TestPyTupleEmpty()
4242 }
4343 }
4444
45+ /// <remarks>
46+ /// FIXME: Unable to unload AppDomain, Unload thread timed out.
47+ /// Seen on Travis/AppVeyor on both PY2 and PY3. Causes Embedded_Tests
48+ /// to hang after they are finished for ~40 seconds until nunit3 forces
49+ /// a timeout on unloading tests. Doesn't fail the tests though but
50+ /// greatly slows down CI. nunit2 silently has this issue.
51+ /// </remarks>
4552 [ Test ]
53+ [ Ignore ( "GH#397: Travis/AppVeyor: Unable to unload AppDomain, Unload thread timed out" ) ]
4654 public void TestPyTupleInvalidAppend ( )
4755 {
4856 using ( Py . GIL ( ) )
@@ -93,6 +101,9 @@ public void TestPyTupleValidConvert()
93101 }
94102 }
95103
104+ /// <remarks>
105+ /// FIXME: Possible source of intermittent AppVeyor PY27: Unable to unload AppDomain.
106+ /// </remarks>
96107 [ Test ]
97108 public void TestNewPyTupleFromPyTuple ( )
98109 {
You can’t perform that action at this time.
0 commit comments