From: Guido van Rossum Date: Wed, 12 Feb 2003 20:40:08 +0000 (+0000) Subject: Expect test_ossaudiodev to skip on Linux, too. (It's broken. X-Git-Tag: v2.3c1~1882 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3288f592cba8476faaa9412548be575df3f4d573;p=python Expect test_ossaudiodev to skip on Linux, too. (It's broken. Volunteers wanted to fix it!) --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c60e824208..5ce2bc8d16 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -593,6 +593,7 @@ _expectations = { test_largefile test_nis test_ntpath + test_ossaudiodev test_socketserver test_sunaudiodev test_unicode_file