Fix xfail usage.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-20 14:47:41 +00:00
parent c26c04d1f6
commit 60faf9f8e2

View File

@@ -6,7 +6,9 @@ from textual.app import App
from textual.containers import Vertical
@pytest.mark.xfail("Needs #1610 so that overflow changes trigger layout recomputation.")
@pytest.mark.xfail(
reason="Needs #1610 so that overflow changes trigger layout recomputation."
)
async def test_overflow_change_updates_virtual_size_appropriately():
class MyApp(App):
def compose(self):