From d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 24 Nov 2002 02:40:40 +0000 Subject: [PATCH] Skip test_normalization on Windows until it's at least clear why the data it needs doesn't exist in the project. If it's a huge file, maybe the test should be changed to be one of the -u thingies. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index db81424156d..e7eb73f806a 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -528,6 +528,7 @@ _expectations = { test_mhlib test_mpz test_nis + test_normalization test_openpty test_poll test_pty