From c2dd2f0966ff7406cf69816d097c25ed3d498c1d Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 23 Feb 2003 22:56:58 +0000 Subject: [PATCH] Expect to skip test_iconv_codecs on MacOSX. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 6acd18b2e8a..acb9492dd6e 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -770,6 +770,7 @@ _expectations = { test_email_codecs test_gdbm test_gl + test_iconv_codecs test_imgfile test_largefile test_linuxaudiodev