Skip to content

Commit 83d6805

Browse files
committed
Expect failure for test cleanup
1 parent 5a5a12e commit 83d6805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbed/tests/widgets/test_textinput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def placeholder(request, widget):
5252
widget.placeholder = request.param
5353

5454

55-
test_cleanup = build_cleanup_test(toga.TextInput, xfail_platforms=("android",))
55+
test_cleanup = build_cleanup_test(toga.TextInput, xfail_platforms=("android", "linux"))
5656

5757

5858
async def test_value_not_hidden(widget, probe):

0 commit comments

Comments
 (0)