Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Sep 16, 2023
1 parent 4acd74f commit fb8e139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_screen.py
Expand Up @@ -833,6 +833,9 @@ def test_wait(self):
"""
Check that wait_for_input delays as requested when no input.
"""
if sys.platform == "win32":
self.skipTest("Broken on github runner.")

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

0 comments on commit fb8e139

Please sign in to comment.