Skip to content

Commit

Permalink
Mark slow test as integration_test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Feb 10, 2025
1 parent fceb6e7 commit 3707c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ert/unit_tests/gui/simulation/test_run_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def run_dialog(qtbot: QtBot, run_model, event_queue, notifier):
yield run_dialog


@pytest.mark.integration_test
def test_terminating_experiment_shows_a_confirmation_dialog(qtbot: QtBot, run_dialog):
run_dialog.run_experiment()

Expand Down

0 comments on commit 3707c62

Please sign in to comment.