Skip to content

Commit

Permalink
Close run dialog in test missing runpath
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Oct 30, 2024
1 parent 28763a6 commit 7cb890e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ert/ui_tests/gui/test_missing_runpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def inner():
].width()
== run_dialog._progress_widget.width()
)
run_dialog.close()
finally:
with suppress(FileNotFoundError):
(tmp_path / "simulations").chmod(0x777)

0 comments on commit 7cb890e

Please sign in to comment.