From 66db4cc862b1fe6b800b551b959c4c1ca7df6365 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 10 Feb 2020 17:17:15 -0500 Subject: [PATCH] 2.7 runtest exclusion --- test/stdlib/2.7-exclude.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/stdlib/2.7-exclude.sh b/test/stdlib/2.7-exclude.sh index 7f6013c8..90cbb6aa 100644 --- a/test/stdlib/2.7-exclude.sh +++ b/test/stdlib/2.7-exclude.sh @@ -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