mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Mark the public/private validate and compute tests as xfails
This commit is contained in:
@@ -415,6 +415,7 @@ async def test_public_and_private_watch() -> None:
|
||||
assert calls["public"] is True
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="https://github.com/Textualize/textual/issues/2539")
|
||||
async def test_public_and_private_validate() -> None:
|
||||
"""If a reactive/var has public and private validate both should get called."""
|
||||
|
||||
@@ -437,6 +438,7 @@ async def test_public_and_private_validate() -> None:
|
||||
assert calls["public"] is True
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="https://github.com/Textualize/textual/issues/2539")
|
||||
async def test_public_and_private_compute() -> None:
|
||||
"""If a reactive/var has public and private compute both should get called."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user