Kaydet (Commit) e9ea19e2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

disable test_nis; it hangs

üst 616d2856
...@@ -1135,6 +1135,7 @@ class _ExpectedSkips: ...@@ -1135,6 +1135,7 @@ class _ExpectedSkips:
# These are broken tests, for now skipped on every platform. # These are broken tests, for now skipped on every platform.
# XXX Fix these! # XXX Fix these!
self.expected.add('test_cProfile') self.expected.add('test_cProfile')
self.expected.add('test_nis')
# expected to be skipped on every platform, even Linux # expected to be skipped on every platform, even Linux
if not os.path.supports_unicode_filenames: if not os.path.supports_unicode_filenames:
......
...@@ -2,6 +2,8 @@ from test import support ...@@ -2,6 +2,8 @@ from test import support
import unittest import unittest
import nis import nis
raise support.TestSkipped("test_nis hangs on Solaris")
class NisTests(unittest.TestCase): class NisTests(unittest.TestCase):
def test_maps(self): def test_maps(self):
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment