Skip to content

Commit

Permalink
disable that line on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Apr 28, 2024
1 parent 53d6d2b commit 0410427
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ end
sleep(0.1)
end
@test s[] == 8
#@test string(p) == "GtkObservables.PlayerWithTextbox with Observable(8)"
if !Sys.iswindows()
@test string(p) == "GtkObservables.PlayerWithTextbox with Observable(8)"
end
Gtk4.destroy(win)

p = player(1:1000)
Expand Down

0 comments on commit 0410427

Please sign in to comment.