From 3780c7b1c4486cc39eedd57c9e6f4db9e4672db2 Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Fri, 22 Sep 2023 11:54:23 +0200 Subject: [PATCH] Unskip gui test --- tests/unit_tests/gui/test_gui_load.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit_tests/gui/test_gui_load.py b/tests/unit_tests/gui/test_gui_load.py index ee5bfe69b61..2c304114fb1 100644 --- a/tests/unit_tests/gui/test_gui_load.py +++ b/tests/unit_tests/gui/test_gui_load.py @@ -240,7 +240,6 @@ def test_that_ert_starts_when_there_are_no_problems(qapp): assert gui.windowTitle() == "ERT - poly.ert" -@pytest.mark.skip(reason="https://github.com/equinor/ert/issues/5922") @pytest.mark.usefixtures("use_tmpdir") def test_that_run_dialog_can_be_closed_after_used_to_open_plots(qtbot, storage): """