Skip to content

Commit

Permalink
don't test isfullscreen, isrealized
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Dec 18, 2023
1 parent 7a0e62e commit e158540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/gui/window.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ end
w = GtkWindow("Window", 400, 300)
fullscreen(w)
sleep(1)
@static Sys.islinux() && @test Gtk4.isfullscreen(w)
@static Sys.islinux() && @test Gtk4.isrealized(w)
unfullscreen(w)
sleep(1)
maximize(w)
Expand Down

0 comments on commit e158540

Please sign in to comment.