diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-19 23:02:38 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-19 23:02:38 +0000 |
commit | e9ea19e2e353b6ec4d02ab35299321da1cc91c65 (patch) | |
tree | 432ab59da7f8222a60cfefe5023a791a7d9dbccb /Lib/test/regrtest.py | |
parent | 616d28566b6b61ec92059b0151b79bdcf487bc5a (diff) | |
download | cpython-git-e9ea19e2e353b6ec4d02ab35299321da1cc91c65.tar.gz |
disable test_nis; it hangs
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 0c6d522110..4eb4a643c0 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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: |