diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index 0f269ff5..919f85a8 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -161,6 +161,9 @@ SKIP_TESTS=( [test_thread.py]=1 # it fails on its own [test_threading.py]=1 [test_threadsignals.py]=1 + + [test_time.py]=1 # Works but not on POWER: Rounding error? + [test_timeout.py]=1 [test_tix.py]=1 # it fails on its own [test_tk.py]=1 # it fails on its own @@ -201,5 +204,4 @@ if (( batch )) ; then SKIP_TESTS[test_codeccallbacks.py]=1 # locale on test machine is probably customized SKIP_TESTS[test__locale.py]=1 - SKIP_TESTS[test_time.py]=1 # Rounding error? fi