Skip to content

Commit

Permalink
Remove testing of ert logging statements
Browse files Browse the repository at this point in the history
This test would check for logging messages which ert
does not guarantee to produce
  • Loading branch information
eivindjahren committed Sep 4, 2024
1 parent fa6f1a0 commit 54654a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/workflows/csv_export2/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,6 @@ def test_ert_integration_errors(snapshot):

subprocess.run(["ert", "test_run", ert_config_fname], check=True)

log_file = next(Path("logs").glob("ert-log*txt"))
ertlog = log_file.read_text(encoding="utf-8")

assert "No STATUS file" in ertlog
assert "realization-2/iter-0" in ertlog

assert os.path.exists("data.csv")
data = pd.read_csv("data.csv")
snapshot.assert_match(
Expand Down

0 comments on commit 54654a1

Please sign in to comment.