Skip to content

Commit

Permalink
disabled test_subprocess.POSIXProcessTestCase.test_run_abort
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Nov 12, 2012
1 parent 9d004fe commit 2af9eee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions greentest/patched_tests_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ def get_switch_expected(fullname):
# fails dues to some changes on python.org
]


if sys.platform == 'darwin':
disabled_tests += [
'test_subprocess.POSIXProcessTestCase.test_run_abort'
# causes Mac OS X to show "Python crashes" dialog box which is annoying
]


# if 'signalfd' in os.environ.get('GEVENT_BACKEND', ''):
# # tests that don't interact well with signalfd
# disabled_tests.extend([
Expand Down

0 comments on commit 2af9eee

Please sign in to comment.