Skip to content

Commit

Permalink
Disable input test in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Sep 17, 2023
1 parent 59446b9 commit 9abac9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_screen.py
Expand Up @@ -835,6 +835,8 @@ def test_wait(self):
"""
if sys.platform == "win32":
self.skipTest("Broken on github runner.")
if not sys.stdout.isatty()):
self.skipTest("Not a valid TTY")

def internal_checks(screen):
# Clear any outstanding events - sometimes windows has system events waiting.
Expand Down

0 comments on commit 9abac9f

Please sign in to comment.