From 1c6e2b82b41fa4f6a22d2ff76162a08bed2c5070 Mon Sep 17 00:00:00 2001 From: Andreas Eknes Lie Date: Mon, 18 Sep 2023 14:55:07 +0200 Subject: [PATCH] Skip rft_csv_export_test --- tests/unit_tests/gui/test_rft_export_plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit_tests/gui/test_rft_export_plugin.py b/tests/unit_tests/gui/test_rft_export_plugin.py index 2f8aca5cbe3..c96ca0dd477 100644 --- a/tests/unit_tests/gui/test_rft_export_plugin.py +++ b/tests/unit_tests/gui/test_rft_export_plugin.py @@ -64,6 +64,7 @@ def gen_data_in_runpath(tmp_path): ) +@pytest.mark.skip(reason="This test is causing Coverage GUI tests to hang") @pytest.mark.usefixtures("use_tmpdir") def test_rft_csv_export_plugin_exports_rft_data( qtbot, ert_rft_setup, well_file, gen_data_in_runpath