From 3b7c8cf0923d65ad60f351ba571763054e41fd0c Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 12 Nov 2018 10:29:22 -0500 Subject: [PATCH] runtests on CI again --- test/stdlib/runtests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 113ca6e1..d743471d 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -118,7 +118,8 @@ case $PYVERSION in [test_pep352.py]=1 # ? [test_posix.py]=1 # Bug in try-else detection inside test_initgroups() # Deal with when we have better flow-control detection - [test_pwd.py]=1 # Takes too long + [test_pwd.py]=1 # Takes too long + [test_queue.py]=1 # Control flow? [test_select.py]=1 # Runs okay but takes 11 seconds [test_socket.py]=1 # Runs ok but takes 22 seconds [test_subprocess.py]=1 # Runs ok but takes 22 seconds