Commit 79fbb9ad authored by Stefan Behnel's avatar Stefan Behnel

disable pyregr.test_exceptions: crashes in infinite recursion test

parent 426cf1b7
......@@ -44,6 +44,9 @@ pyregr.test_peepholer
# the atexit test runs the registered atexit functions => module cleanup => crash
pyregr.test_atexit
# tests for exception on infinite recursion - may crash with stack overflow when calling C function
pyregr.test_exceptions
# CPython regression tests that take too long
pyregr.test_subprocess
pyregr.test_zipfile64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment