From e9ea19e2e353b6ec4d02ab35299321da1cc91c65 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 19 Aug 2008 23:02:38 +0000 Subject: [PATCH] disable test_nis; it hangs --- Lib/test/regrtest.py | 1 + Lib/test/test_nis.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 0c6d5221109..4eb4a643c07 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1135,6 +1135,7 @@ def __init__(self): # These are broken tests, for now skipped on every platform. # XXX Fix these! self.expected.add('test_cProfile') + self.expected.add('test_nis') # expected to be skipped on every platform, even Linux if not os.path.supports_unicode_filenames: diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py index 8a7efcf50ce..1c17a4ee3b9 100644 --- a/Lib/test/test_nis.py +++ b/Lib/test/test_nis.py @@ -2,6 +2,8 @@ import unittest import nis +raise support.TestSkipped("test_nis hangs on Solaris") + class NisTests(unittest.TestCase): def test_maps(self): try: