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()
42
42
}
43
43
}
44
44
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>
45
52
[ Test ]
53
+ [ Ignore ( "GH#397: Travis/AppVeyor: Unable to unload AppDomain, Unload thread timed out" ) ]
46
54
public void TestPyTupleInvalidAppend ( )
47
55
{
48
56
using ( Py . GIL ( ) )
@@ -93,6 +101,9 @@ public void TestPyTupleValidConvert()
93
101
}
94
102
}
95
103
104
+ /// <remarks>
105
+ /// FIXME: Possible source of intermittent AppVeyor PY27: Unable to unload AppDomain.
106
+ /// </remarks>
96
107
[ Test ]
97
108
public void TestNewPyTupleFromPyTuple ( )
98
109
{
You can’t perform that action at this time.
0 commit comments