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 5a5a12e commit 83d6805Copy full SHA for 83d6805
testbed/tests/widgets/test_textinput.py
@@ -52,7 +52,7 @@ async def placeholder(request, widget):
52
widget.placeholder = request.param
53
54
55
-test_cleanup = build_cleanup_test(toga.TextInput, xfail_platforms=("android",))
+test_cleanup = build_cleanup_test(toga.TextInput, xfail_platforms=("android", "linux"))
56
57
58
async def test_value_not_hidden(widget, probe):
0 commit comments