8000 disabled PythonRegisteredDecoder_NoStackOverflowOnSystemType test due… · pythonnet/pythonnet@23527d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23527d1

Browse files
committed
disabled PythonRegisteredDecoder_NoStackOverflowOnSystemType test due to known issue with custom codes + engine restarts
#1256
1 parent 957a3cb commit 23527d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/embed_tests/Codecs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ public void IterableDecoderTest()
298298
}
299299

300300
// regression for https://github.com/pythonnet/pythonnet/issues/1427
301+
[Ignore("https://github.com/pythonnet/pythonnet/issues/1256")]
301302
[Test]
302303
public void PythonRegisteredDecoder_NoStackOverflowOnSystemType()
303304
{

0 commit comments

Comments
 (0)
0