diff --git a/test/stdlib/2.5-exclude.sh b/test/stdlib/2.5-exclude.sh index 6eeaea8a..e2f2b2e2 100644 --- a/test/stdlib/2.5-exclude.sh +++ b/test/stdlib/2.5-exclude.sh @@ -55,7 +55,6 @@ SKIP_TESTS=( [test_ossaudiodev.py]=1 # it fails on its own [test_pdb.py]=1 # Line-number specific [test_pep277.py]=1 # it fails on its own - [test_pep352.py]=1 # Investigate [test_plistlib.py]=1 # it fails on its own [test_pwd.py]=1 # Long test - might work? Control flow? [test_pyclbr.py]=1 # Investigate diff --git a/test/stdlib/2.6-exclude.sh b/test/stdlib/2.6-exclude.sh index 9de894ef..cd766d66 100644 --- a/test/stdlib/2.6-exclude.sh +++ b/test/stdlib/2.6-exclude.sh @@ -60,7 +60,6 @@ SKIP_TESTS=( [test_ossaudiodev.py]=1 # it fails on its own [test_pep277.py]=1 # it fails on its own - [test_pep352.py]=1 # Investigate [test_pyclbr.py]=1 # Investigate [test_pwd.py]=1 # Long test - might work? Control flow? [test_py3kwarn.py]=1 # it fails on its own