2.7 runtest exclusion

This commit is contained in:
rocky 2020-02-10 17:17:15 -05:00
parent bf288b1871
commit 66db4cc862

View File

@ -1,4 +1,6 @@
SKIP_TESTS=(
[test_cgi.py]=1 # FIXME: Works on c90ff51
[test_bsddb3.py]=1 # test takes too long to run: 110 seconds
[test_compile.py]=1 # Code introspects on co_consts in a non-decompilable way
[test_curses.py]=1 # Possibly fails on its own but not detected