Skip to content

Commit

Permalink
Skip rft_csv_export_test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 18, 2023
1 parent f783dda commit aff34dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/gui/test_rft_export_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def gen_data_in_runpath(tmp_path):
f"{i}.0", encoding="utf-8"
)


@pytest.mark.skip(reason="This test is causing Coverage GUI tests to hang")

Check failure on line 66 in tests/unit_tests/gui/test_rft_export_plugin.py

View workflow job for this annotation

GitHub Actions / annotate-python-linting

expected 2 blank lines, found 1
@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 aff34dd

Please sign in to comment.