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 804dd64
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 @@ -618,7 +618,7 @@ def test_that_pre_post_experiment_hook_works(capsys, mode):
)
)

run_cli(mode, "--disable-monitor", "poly.ert")
run_cli(mode, "--disable-monitoring", "poly.ert")

captured = capsys.readouterr()
assert "first" in captured.out
Expand Down

0 comments on commit 804dd64

Please sign in to comment.