From 0798078d7ed581bc728af9629c74010a352de041 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 1 Feb 2020 12:30:51 -0500 Subject: [PATCH] See previous commit msg --- test/stdlib/3.6-exclude.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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