From db3c6877841435a2261c3513cb1cf212d8805d78 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 1 Feb 2020 12:27:06 -0500 Subject: [PATCH] See previous commit msg --- test/stdlib/3.6-exclude.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stdlib/3.6-exclude.sh b/test/stdlib/3.6-exclude.sh index dd4768da..0f269ff5 100644 --- a/test/stdlib/3.6-exclude.sh +++ b/test/stdlib/3.6-exclude.sh @@ -201,4 +201,5 @@ 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