We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a706e0 commit b272ce9Copy full SHA for b272ce9
tests/snapshot_tests/test_snapshots.py
@@ -2911,6 +2911,8 @@ def on_mount(self) -> None:
2911
assert snap_compare(MyApp())
2912
2913
2914
+# TODO: Why is this flakey?
2915
+@pytest.mark.skip("Flakey on Windows")
2916
def test_app_resize_order(snap_compare):
2917
"""Regression test for https://github.com/Textualize/textual/issues/5284
2918
You should see a placeholder with text "BAR", focused and scrolled down so it fills the screen.
0 commit comments