Skip to content

Commit

Permalink
Revert "Fix a race condition in rft_csv_export test"
Browse files Browse the repository at this point in the history
This reverts commit 55c212e.
  • Loading branch information
andreas-el committed Sep 18, 2023
1 parent d5ea887 commit f783dda
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/unit_tests/gui/test_rft_export_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,11 @@ def handle_rft_plugin_dialog():
][0]
rft_plugin.trigger()
qtbot.waitUntil(output_file.exists, timeout=20000)
qtbot.waitUntil(
lambda: output_file.read_text(encoding="utf-8")
== dedent(
"""\
assert output_file.read_text(encoding="utf-8") == dedent(
"""\
Realization,Well,Case,Iteration,Pressure
0,OBS,default,0,0.0
1,OBS,default,0,1.0
2,OBS,default,0,2.0
"""
)
)

0 comments on commit f783dda

Please sign in to comment.