diff --git a/test/stdlib/2.6-exclude.sh b/test/stdlib/2.6-exclude.sh index c4662063..9de894ef 100644 --- a/test/stdlib/2.6-exclude.sh +++ b/test/stdlib/2.6-exclude.sh @@ -1,4 +1,12 @@ SKIP_TESTS=( + # ifelsestmt is borked in: + # if filename == 'srcfile': + # return srcfile + # if filename == 'destfile': + # return destfile + # assert 0 # shouldn't reach here. + [test_shutil.py]=1 + [test___all__.py]=1 # it fails on its own [test___all__.py]=1 # it fails on its own @@ -59,6 +67,7 @@ SKIP_TESTS=( [test_scriptpackages.py]=1 # it fails on its own [test_select.py]=1 # test takes too long to run: 11 seconds + [test_socket.py]=1 # test takes too long to run: 12 seconds [test_startfile.py]=1 # it fails on its own [test_structmembers.py]=1 # it fails on its own