disable test_nis; it hangs

This commit is contained in:
Benjamin Peterson 2008-08-19 23:02:38 +00:00
parent 616d28566b
commit e9ea19e2e3
2 changed files with 3 additions and 0 deletions

View file

@ -1135,6 +1135,7 @@ class _ExpectedSkips:
# These are broken tests, for now skipped on every platform.
# XXX Fix these!
self.expected.add('test_cProfile')
self.expected.add('test_nis')
# expected to be skipped on every platform, even Linux
if not os.path.supports_unicode_filenames: