Commit 297ce833 authored by Stefan Behnel's avatar Stefan Behnel

disable the 'atexit' pyregr test: it calls the registered atexit handlers...

disable the 'atexit' pyregr test: it calls the registered atexit handlers which triggers the module cleanup and crashes
parent 4d1a5241
......@@ -39,6 +39,9 @@ pyregr.test_gdb
pyregr.test_support
pyregr.test_peepholer
# the atexit test runs the registered atexit functions => module cleanup => crash
pyregr.test_atexit
# 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