Skip to content

Commit

Permalink
skip TestButton_TappedFocus test on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre committed Sep 18, 2024
1 parent 56adb5d commit 0e7c827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions widget/button_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ func TestButtonRenderer_TapAnimation(t *testing.T) {
}

func TestButton_TappedFocus(t *testing.T) {
if fyne.CurrentDevice().IsMobile() {
return
}
test.NewApp()
entry := NewEntry()
button := NewButton("ok", nil)
Expand Down

0 comments on commit 0e7c827

Please sign in to comment.