Commit 1ed00742 authored by Stefan Behnel's avatar Stefan Behnel

disable a crashing pyregr test

parent f23cdc8c
......@@ -40,6 +40,9 @@ pyregr.test_peepholer
# the atexit test runs the registered atexit functions => module cleanup => crash
pyregr.test_atexit
# a settrace test bypasses a with statement and currently crashes
pyregr.test_sys_settrace
# tests for exception on infinite recursion - may crash with stack overflow when calling C function
pyregr.test_exceptions
......
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