mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
disable test_nis; it hangs
This commit is contained in:
parent
616d28566b
commit
e9ea19e2e3
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue