Skip to content

Commit

Permalink
Rem wait_for_evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 21, 2024
1 parent 1d3dbb1 commit 40fd79f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/ert/ui_tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import _ert.threading
import ert.shared
from _ert.forward_model_runner.client import Client
from ert import LibresFacade, ensemble_evaluator
from ert import LibresFacade
from ert.cli.main import ErtCliError
from ert.config import ConfigValidationError, ConfigWarning, ErtConfig
from ert.enkf_main import sample_prior
Expand Down Expand Up @@ -100,9 +100,6 @@ def test_that_the_cli_raises_exceptions_when_no_weight_provided_for_es_mda():

@pytest.mark.usefixtures("copy_snake_oil_field")
def test_field_init_file_not_readable(monkeypatch):
monkeypatch.setattr(
ensemble_evaluator._wait_for_evaluator, "WAIT_FOR_EVALUATOR_TIMEOUT", 5
)
config_file_name = "snake_oil_field.ert"
field_file_rel_path = "fields/permx0.grdecl"
os.chmod(field_file_rel_path, 0x0)
Expand Down

0 comments on commit 40fd79f

Please sign in to comment.