reenable test_nis on solaris #3402

This commit is contained in:
Benjamin Peterson 2010-09-12 13:55:02 +00:00
parent 5c848a84fd
commit 0b9489d21d

View File

@ -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):