Skip to content

Commit b272ce9

Browse files
committed
skip test
1 parent 0a706e0 commit b272ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2911,6 +2911,8 @@ def on_mount(self) -> None:
29112911
assert snap_compare(MyApp())
29122912

29132913

2914+
# TODO: Why is this flakey?
2915+
@pytest.mark.skip("Flakey on Windows")
29142916
def test_app_resize_order(snap_compare):
29152917
"""Regression test for https://github.com/Textualize/textual/issues/5284
29162918
You should see a placeholder with text "BAR", focused and scrolled down so it fills the screen.

0 commit comments

Comments
 (0)