Skip to content

Commit

Permalink
win32 skip
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Mar 25, 2021
1 parent f1492a0 commit 86a3844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_layout.py
Expand Up @@ -78,6 +78,7 @@ def test_tree():
assert result == expected


@pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
def test_refresh_screen():
layout = Layout()
layout.split_row(Layout(name="foo"), Layout(name="bar"))
Expand Down

0 comments on commit 86a3844

Please sign in to comment.