Skip to content

Commit

Permalink
Back to skip test_rft_csv_export_plugin_exports_rft_data.
Browse files Browse the repository at this point in the history
test_rft_csv_export_plugin_exports_rft_data is still flaky while investigating how to test rft export plugin we should skip it for now.
  • Loading branch information
DanSava committed Sep 20, 2023
1 parent 1a4d3f4 commit 6f20447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/gui/test_rft_export_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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
Expand Down

0 comments on commit 6f20447

Please sign in to comment.