Skip to content

Commit

Permalink
Revert "#8840 re-enable PTY tests on macOS" (#12173)
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed May 7, 2024
2 parents 625a86c + a82fef8 commit 6b818b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/twisted/internet/test/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,8 @@ class PTYProcessTestsBuilder(ProcessTestsBuilderBase):
if platform.isWindows():
skip = "PTYs are not supported on Windows."
elif platform.isMacOSX():
skip = "PTYs are flaky from a Darwin bug. See #8840."

skippedReactors = {
"twisted.internet.pollreactor.PollReactor": "macOS's poll() does not support PTYs"
}
Expand Down
Empty file.

0 comments on commit 6b818b1

Please sign in to comment.