Kaydet (Commit) 0b9489d2 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

reenable test_nis on solaris #3402

üst 5c848a84
...@@ -5,8 +5,6 @@ import sys ...@@ -5,8 +5,6 @@ import sys
# Skip test if nis module does not exist. # Skip test if nis module does not exist.
nis = support.import_module('nis') nis = support.import_module('nis')
if sys.platform.startswith("sunos"):
raise unittest.SkipTest("test_nis hangs on Solaris")
class NisTests(unittest.TestCase): class NisTests(unittest.TestCase):
def test_maps(self): def test_maps(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment