From e1585407bb92a8ea95be0932c70c80f66a75e450 Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Sun, 17 Dec 2023 19:56:30 -0500 Subject: [PATCH] don't test isfullscreen, isrealized --- test/gui/window.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/gui/window.jl b/test/gui/window.jl index b88f9b0b..c16868d2 100644 --- a/test/gui/window.jl +++ b/test/gui/window.jl @@ -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)