mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix xfail usage.
This commit is contained in:
@@ -6,7 +6,9 @@ from textual.app import App
|
|||||||
from textual.containers import Vertical
|
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():
|
async def test_overflow_change_updates_virtual_size_appropriately():
|
||||||
class MyApp(App):
|
class MyApp(App):
|
||||||
def compose(self):
|
def compose(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user