diff --git a/test/stdlib/3.5-exclude.sh b/test/stdlib/3.5-exclude.sh index 4dc17f76..404e419c 100644 --- a/test/stdlib/3.5-exclude.sh +++ b/test/stdlib/3.5-exclude.sh @@ -1,5 +1,6 @@ SKIP_TESTS=( [test_buffer.py]=1 # FIXME: Works on c90ff51 + [test_decorators.py]=1 # FIXME: Works on c90ff51 [test_platform.py]=1 # FIXME: Works on c90ff51 [test_pyclbr.py]=1 # FIXME: Works on c90ff51 [test_tempfile.py]=1 # FIXME: Works on c90ff51 diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index 21f08abc..b85ab0ce 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -1,5 +1,6 @@ SKIP_TESTS=( [test_ast.py]=1 # FIXME: Works on c90ff51 + [test_binop.py]=1 # FIXME: Works on c90ff51 [test_complex.py]=1 # FIXME: Works on c90ff51 [test_format.py]=1 # FIXME: Works on c90ff51 [test_ftplib.py]=1 # FIXME: Works on c90ff51