diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-19 23:02:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-19 23:02:38 (GMT) |
commit | e9ea19e2e353b6ec4d02ab35299321da1cc91c65 (patch) | |
tree | 432ab59da7f8222a60cfefe5023a791a7d9dbccb /Lib/test/test_nis.py | |
parent | 616d28566b6b61ec92059b0151b79bdcf487bc5a (diff) | |
download | cpython-e9ea19e2e353b6ec4d02ab35299321da1cc91c65.zip cpython-e9ea19e2e353b6ec4d02ab35299321da1cc91c65.tar.gz cpython-e9ea19e2e353b6ec4d02ab35299321da1cc91c65.tar.bz2 |
disable test_nis; it hangs
Diffstat (limited to 'Lib/test/test_nis.py')
-rw-r--r-- | Lib/test/test_nis.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py index 8a7efcf..1c17a4e 100644 --- a/Lib/test/test_nis.py +++ b/Lib/test/test_nis.py @@ -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: |