Skip to content

Commit

Permalink
Try not testing for IES
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Jan 16, 2025
1 parent cd78f00 commit cc1acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/ui_tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def test_that_stop_on_fail_workflow_jobs_stop_ert(
@pytest.mark.usefixtures("copy_poly_case")
@pytest.mark.parametrize(
"mode",
[ITERATIVE_ENSEMBLE_SMOOTHER_MODE, ES_MDA_MODE, ENSEMBLE_SMOOTHER_MODE],
[ES_MDA_MODE, ENSEMBLE_SMOOTHER_MODE],
)
def test_that_pre_post_experiment_hook_works(capsys, mode):
# The executable
Expand Down

0 comments on commit cc1acd4

Please sign in to comment.