summaryrefslogtreecommitdiff
path: root/pexpect/tests/test_run_out_of_pty.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/tests/test_run_out_of_pty.py')
-rwxr-xr-xpexpect/tests/test_run_out_of_pty.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pexpect/tests/test_run_out_of_pty.py b/pexpect/tests/test_run_out_of_pty.py
index e182e4d..e80cf0e 100755
--- a/pexpect/tests/test_run_out_of_pty.py
+++ b/pexpect/tests/test_run_out_of_pty.py
@@ -6,7 +6,8 @@ import sys
import PexpectTestCase
class ExpectTestCase(PexpectTestCase.PexpectTestCase):
- def off_test_run_out (self):
+ # This takes too long to run and isn't all that interesting of a test.
+ def OFF_test_run_out_of_pty (self):
"""This assumes that the tested platform has < 10000 pty devices.
This test currently does not work under Solaris.
Under Solaris it runs out of file descriptors first and