mirror of
https://github.com/python/cpython.git
synced 2025-01-21 07:55:16 +08:00
disable test_nis; it hangs
This commit is contained in:
parent
616d28566b
commit
e9ea19e2e3
@ -1135,6 +1135,7 @@ class _ExpectedSkips:
|
||||
# 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:
|
||||
|
@ -2,6 +2,8 @@ from test import support
|
||||
import unittest
|
||||
import nis
|
||||
|
||||
raise support.TestSkipped("test_nis hangs on Solaris")
|
||||
|
||||
class NisTests(unittest.TestCase):
|
||||
def test_maps(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user