diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-09-12 13:55:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-09-12 13:55:02 (GMT) |
commit | 0b9489d21daec1f5f45a95194423724836192edd (patch) | |
tree | 587b2bd64264c033ad1c90d4d1a2eadb17eb56ea | |
parent | 5c848a84fd59eabd1ab9965d376b78139eaf97f7 (diff) | |
download | cpython-0b9489d21daec1f5f45a95194423724836192edd.zip cpython-0b9489d21daec1f5f45a95194423724836192edd.tar.gz cpython-0b9489d21daec1f5f45a95194423724836192edd.tar.bz2 |
reenable test_nis on solaris #3402
-rw-r--r-- | Lib/test/test_nis.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py index eb4284d..830c24d 100644 --- a/Lib/test/test_nis.py +++ b/Lib/test/test_nis.py @@ -5,8 +5,6 @@ import sys # Skip test if nis module does not exist. nis = support.import_module('nis') -if sys.platform.startswith("sunos"): - raise unittest.SkipTest("test_nis hangs on Solaris") class NisTests(unittest.TestCase): def test_maps(self): |