Remove xfail marker.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-23 18:00:44 +00:00
parent bb1e8d2eec
commit cb73dd4ba9

View File

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