Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
disabled PythonRegisteredDecoder_NoStackOverflowOnSystemType test due…
… to known issue with custom codes + engine restarts

#1256
  • Loading branch information
lostmsu committed Mar 31, 2021
commit 0d33a9074b62b33457d577c9df0240f0a33f0a9c
1 change: 1 addition & 0 deletions src/embed_tests/Codecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ public void IterableDecoderTest()
}

// regression for https://github.com/pythonnet/pythonnet/issues/1427
[Ignore("https://github.com/pythonnet/pythonnet/issues/1256")]
[Test]
public void PythonRegisteredDecoder_NoStackOverflowOnSystemType()
{
Expand Down